Skip to content

Releases: linmasahiro/vue3-table-lite

v1.2.9

12 Dec 14:16
Compare
Choose a tag to compare

New features:
.Added keep collapsed status option. #67

v1.2.8

08 Dec 02:30
Compare
Choose a tag to compare

New features:
.Added grouping collapse features. #67

v1.2.7

08 Nov 09:34
Compare
Choose a tag to compare

Fixed bugs:
#63

v1.2.6

18 Oct 10:54
Compare
Choose a tag to compare

Fixed bugs:
#61

v1.2.5

04 Oct 01:26
Compare
Choose a tag to compare

New features:
.Added new option to set table's max height.

Fixed bugs:
.The first cell of the first column is overlapped by the first column when scrolling vertically #59

v1.2.4

03 Aug 01:55
Compare
Choose a tag to compare

New features:
.Added grouping options.

image info

v1.2.3

02 Jun 07:27
Compare
Choose a tag to compare

New features:
.Added new option for fixed first column on horizontal scrolling

v1.2.2

26 May 03:13
Compare
Choose a tag to compare

Fixed bugs:
.Result of sorting number as string was wrong on "static-mode" #47

v1.2.1

21 May 06:59
93d900a
Compare
Choose a tag to compare

Fixed bugs:
."setting.pageSize" property is not accessible from outside and is not in sync with the "props.pageSize" property #45

Thanks Pavel-Mukha

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