I have integrated this paginator to our project. What I observed is like whenever items is changing paginator has to change accordingly, but it doesn't seems to happen. Lets say initially i hav table with 100 records, 10 records per page, then i will be getting first,prev,1 to 10 next and last in paginator. Now when i am filtering on table, now items array is getting reduced to 25 records now i am expecting paginator to show first prev 1 2 3 next last first and second page having 10 records each, and 3rd page showing 5 records. BUt paginator is not getting changed instead its showing filtered records in all 10 pages. Another observation is like when we are getting data from service, onload of page table is empty and paginator is not visible, when we navigate to different tab and come back then data is getting populated. Let me if i am doing anything wrong.
I have integrated this paginator to our project. What I observed is like whenever items is changing paginator has to change accordingly, but it doesn't seems to happen. Lets say initially i hav table with 100 records, 10 records per page, then i will be getting first,prev,1 to 10 next and last in paginator. Now when i am filtering on table, now items array is getting reduced to 25 records now i am expecting paginator to show first prev 1 2 3 next last first and second page having 10 records each, and 3rd page showing 5 records. BUt paginator is not getting changed instead its showing filtered records in all 10 pages. Another observation is like when we are getting data from service, onload of page table is empty and paginator is not visible, when we navigate to different tab and come back then data is getting populated. Let me if i am doing anything wrong.