Skip to content

Releases: linmasahiro/vue3-table-lite

v1.2.0

05 May 14:26
Compare
Choose a tag to compare

New features:
.Added new event 「row-clicked」to get row data after row clicked . #41

v1.1.9

09 Apr 16:12
Compare
Choose a tag to compare

New features:
.Added option to change 「Return checked row data's type」. #35
.Added option to set <tr> classes(support dynamic classes for the row) #36

v1.1.8-2

24 Mar 01:20
Compare
Choose a tag to compare

Fixed bugs:
.Removed unnecessary style-class and changed something class-name #33

v1.1.8

16 Mar 01:17
Compare
Choose a tag to compare

New features:
.Add option to set headers/columns class and style(in-line) #32

v1.1.7

13 Feb 04:47
df83385
Compare
Choose a tag to compare

New features:
.Add option to set custom values in page size dropdown #29

Thanks @KlemenS189 !!

v1.1.6

10 Feb 06:29
Compare
Choose a tag to compare

Fixed bugs

  1. #28 On static-mode, will not be back to first-page after filtered keyword.

v1.1.5

09 Jan 14:20
Compare
Choose a tag to compare

v1.1.3

02 Dec 14:25
Compare
Choose a tag to compare

Changed different import statement

import TableLite from "vue3-table-lite";     // For JavaScript
import TableLite from "vue3-table-lite/ts";  // For TypeScript

v1.1.0

27 Nov 10:42
Compare
Choose a tag to compare

removed core-js dependency and not bundle compiler-core.esm-bundler.js

v1.0.9

25 Nov 15:45
Compare
Choose a tag to compare

column v-slot is not to be required on v-slot mode