Skip to content

Releases: gurghet/vue-smart-table

2.5.0

23 Jul 13:19
Compare
Choose a tag to compare
  • Complete engine rewrite!
    • Core logic was ~100 lines, now only ~15
    • Such maintainance
    • Many development speed
    • wow!
  • [Feature] Client filtering is now supported through the filter event

2.3.0

12 Jun 17:30
Compare
Choose a tag to compare

No enterprise table is complete without the ability to sort by column!

2.2.1

12 Jun 09:30
Compare
Choose a tag to compare

The body field is now settable to an empty string! body-field="" will fetch body directly from the endpoint

2.1.1

08 Jun 18:10
Compare
Choose a tag to compare

updated dist files 😄

2.1.0

08 Jun 15:57
Compare
Choose a tag to compare
  • derived columns (:header="{'home+office+mobile':'contacts'}")

2.0.0

07 Jun 12:18
Compare
Choose a tag to compare
  • completely new body format (see documentation)
  • auto loading data on startup using the "auto-load" prop
  • header can read from nested attributes with dot notation (eg. "name.last")
  • ids can now include letters, some signs (._-) and can be null
  • body and id fields can be changed through "body-field" and "id-col" props