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.
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.