Vue Smart Table Versions Save

A simple table component for interactive tables built with Vue.js

2.5.0

7 years ago
  • 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

7 years ago

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

2.2.1

7 years ago

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

2.1.1

7 years ago

updated dist files 😄

2.1.0

7 years ago
  • derived columns (:header="{'home+office+mobile':'contacts'}")

2.0.0

7 years ago
  • 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