Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grid behavior on Server side filtering, paging and sorting #941

Open
MaMon1963 opened this issue Nov 12, 2024 · 0 comments
Open

Grid behavior on Server side filtering, paging and sorting #941

MaMon1963 opened this issue Nov 12, 2024 · 0 comments
Labels
area-grid enhancement New feature or request

Comments

@MaMon1963
Copy link

MaMon1963 commented Nov 12, 2024

Hi, I'm experimenting with the possibility of filtering, sorting and paging server-side the data of a grid for a webassembly project and, even after some attempts, I managed to implement a completely dynamic solution for the API service.
The question I would like to ask is related to the way in which the grid requests the database update, that is, the fact that for each character typed an update request is made. This, in a client-server reality, is not very elegant since the very first characters typed are often irrelevant for the search, and when the database is voluminous it could involve a certain amount of almost useless work to be done by the server.
Having said that, I was wondering if it was possible to introduce a parameter at the "GridColumn" level to define after how many characters typed (usually 2 or 3 for string fields) to start requesting the update.

@gvreddy04 gvreddy04 added area-grid enhancement New feature or request labels Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-grid enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants