Skip to content

Releases: HC200ok/vue3-easy-data-table

v 1.1.22

09 Jun 14:26
Compare
Choose a tag to compare
  1. optimize source code
  2. fix loading mask style

v 1.1.17

09 Jun 07:01
Compare
Choose a tag to compare

Optimize:

  1. Rename exposing variable totalItemsLength to clientItemsLength

v 1.1.11

08 Jun 10:07
1b8bc3e
Compare
Choose a tag to compare

Add props:

  1. show-footer

v 1.1.10

08 Jun 09:43
80e599d
Compare
Choose a tag to compare

Add new features
1: footer customization

v 1.1.3

07 Jun 13:42
6f4c8af
Compare
Choose a tag to compare

optimize:

  1. show rows selector inside of table when there is little space between table bottom and window bottom

截屏2022-06-07 下午10 36 43

v 1.1.0

07 Jun 08:07
26cc4e9
Compare
Choose a tag to compare

Fix bug:

  1. fix the confliction between multiple selecting feature and show index feature

v 1.0.27

06 Jun 14:35
96c7e88
Compare
Choose a tag to compare

New feature

  1. color customization

v 1.0.25

06 Jun 11:11
Compare
Choose a tag to compare

New features:

  1. pagination slot

Fixes:

  1. fixed some background style problems
  2. increase the size of checkboxes
  3. justify-content: right => justify-content: flex-end;

v 1.0.13

04 Jun 06:01
029cb38
Compare
Choose a tag to compare
  1. Optimize sourcecode
  2. Add unit test by using vitest

v 1.0.11

03 Jun 03:30
Compare
Choose a tag to compare

Add new feaures

  1. Add alternating prop to color alternating (even and odd) rows.
  2. Add show-index prop to show index of item.