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
Type a letter into "Filters by name" input, eg. "s", then press "Search".
Paginate to page 2
Delete character from "Filters by name", then press "Search"
Then pagination not working anymore...
I do not know what cause this problem, but this is an annoying bug, because I would like to poll/reload the content of a table from the server perodicaly, but the pagination crashes after some filtering.
The text was updated successfully, but these errors were encountered:
In table.js, I removed the condition if (!filterChangedPage) at line 411 and let the updateServerSideResource() function be called. It seems to be working.
Please reproduce this bug on the demo site:
http://zizzamia.com/ng-tasty/directive/table-server-side/reload
Then pagination not working anymore...
I do not know what cause this problem, but this is an annoying bug, because I would like to poll/reload the content of a table from the server perodicaly, but the pagination crashes after some filtering.
The text was updated successfully, but these errors were encountered: