Open vulture9 opened 8 years ago
I confirm this problem. Specifically, if the page chosen is larger than the number of total pages after filtering, the table ceases to respond. I am new to this project, and interested in using it for a project of mine. I'll look at it a little to see if I can help determine how to, perhaps instead, have it select the last page when the current page is larger.
for me, here is the error I received Expression has changed after it was checked. as mentioned in the below post, it works in enableProdMode() https://github.com/angular/angular/issues/6005 Hope this helps.
This is not an error. when you try to search it. It search the whole data and assign new pages. If you have enough data that filter it comes on 3 pages than it will work. otherwise it will not work. so basically it rearrange the filter data place new pagenation to please look it carefully
There is a bug. steps to replicate:
Table is stuck on page 3 with no records.