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

filtering with client side data without firing GetData event #1024

Open mkgn opened 6 years ago

mkgn commented 6 years ago

I have ng-Table setup with server side pagination. However I want the filtering to work only with the client side data. At the moment if i type on a filter, for every keystroke it fires GetData event to the server.

Can't I use GetData to fire only when a page is clicked? So the filtering works with the downloaded dataset and it doesn't trigger GetData.