esvit / ng-table

Simple table with sorting and filtering on AngularJS
http://esvit.github.io/ng-table
BSD 3-Clause "New" or "Revised" License
2.77k stars 851 forks source link

Maintain table state when data updates #1001

Open kinoli opened 7 years ago

kinoli commented 7 years ago

Is there any way to maintain table state, such as filtering, sorting, grouping when your data source updates? Right now it just resets all of the user's adjustments, which is a bad user experience.