A tasty collection of reusable UI components for Angular, like grandma used to make. Like Table directive, WebSocket / Debounce / Throttle service, Range / Camelize / Slugify filters
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.
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
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.