You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: