Vue Table Versions Save

data table simplify! -- vuetable is a Vue.js component that will automatically request (JSON) data from the server and display them nicely in html table with swappable/extensible pagination component.

v1.0.5

8 years ago
  • fix getObjectValue function do not immediately return value when obj[key] is null.
  • add load-on-start property. when set to false, vuetable wll not load the data from the server during the start.