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

Are there way to keep track of the filter change event? #928

Closed cawa-93 closed 6 years ago

cawa-93 commented 7 years ago

I would like to keep track of the user filter change and maintain their value in the remote service. so that when the user returns to restore the filter values. Is there a way to do this?