ratiw / vue-table

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.
MIT License
1.83k stars 303 forks source link

adds new event 'vuetable:normalize-fields' #148

Closed hallosascha closed 7 years ago

hallosascha commented 7 years ago

This event can be used, to trigger the normalizeFields()-method. This event should be triggered after the fields properties changes, so that the table renders correctly. This resolves #146.