Vue3 Table Lite Versions Save

A simple and lightweight data table component for Vue.js 3. Features sorting, paging, row check, dynamic data rendering, supported TypeScript, and more.

v1.4.0

3 months ago

New features: . Added checkbox indeterminate state. (#105)

v1.3.9

8 months ago

New features: . Added vertical highlight option #93

v1.3.8

9 months ago

New features: . Allow HTML in header's label #91

v1.3.7

1 year ago

Fixed bugs: ・ #85 Crash on dynamically showing checkboxes

v1.3.6

1 year ago

Fixed bugs: . #81

v1.3.5

1 year ago

Fixed bugs: . #78 #79

v1.3.3

1 year ago

Fixed bugs: . #77

v1.3.2

1 year ago

Changed: .Removed href=javascript:void(0); in links. -- Thanks @gainskills Fixed bugs: .Table header first column is not fixed but scrolls with the rest of the content if is-fixed-first-column and has-checkbox is set true. #75

v1.3.1

1 year ago

Fixed bugs: .Header's first column is always fixed on horizontal scrolling #73

v1.3.0

1 year ago

Fixed bugs: .Checked rows always return undefined after paging (Only「checked-return-type」 is 'row') #69