ng-table icon indicating copy to clipboard operation
ng-table copied to clipboard

filtering with client side data without firing GetData event

Open mkgn opened this issue 8 years ago • 0 comments

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.

mkgn avatar Nov 10 '17 09:11 mkgn