Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

How to do a search on the server pages? #41

Open
EarphoneWeb opened this issue Sep 6, 2018 · 1 comment
Open

How to do a search on the server pages? #41

EarphoneWeb opened this issue Sep 6, 2018 · 1 comment
Labels

Comments

@EarphoneWeb
Copy link

EarphoneWeb commented Sep 6, 2018

How can I implement a search if I have a splitting into server pages (server-side pagination)? At the moment, information search is performed on the page that is active, and the remaining pages are simply ignored by the filter. Is there any documentation or example?

@aVolpe
Copy link
Collaborator

aVolpe commented Sep 6, 2018

Currently the filter only seachs an "in memory" array, if you need server side pagination you need another considerations, like the request URL and other things that are out of scope of this project.

I currently use this project with server side pagination, but I check if the result array has less than my page and fetch more rows, this works fine for a few rows, but it's not scalable.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants