gurghet / vue-smart-table

A simple table component for interactive tables built with Vue.js
http://www.gurghet.com/vue-smart-table
MIT License
143 stars 20 forks source link

When the body gets updated externally, the filters get reset #8

Closed gurghet closed 8 years ago

gurghet commented 8 years ago

When the body changes the pBody is updated but this doesn't trigger the re-application of filters and there is a chance that this has to be done for ordering to.

The solution is to trigger filtering and ordering before rendering the table.

gurghet commented 8 years ago

Ordering when a row is added could be counter-intuitive. Filtering is fixed.