I have a normal table with members and a search field at the top. Search works fine when I search before clicking on any of the pagination links at the bottom.
When I click on for instance page 5, the search does not work anymore.
Well maybe you want to reset the pagination/offset when you run your search. The pagination stays on page 5 but there are no that many records, so you don’t see any results.
@pixlapps Just on a bit of a side note, we’ve just implemented this infinite scroll component on our tables and it works perfectly, we’re planning on getting rid of all pagination to create a more seamless experience for our users (especially mobile/PWA) .
Not sure if its any good for you but worth a look: