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

Remote Paging Grid: Sample issues #667

Open
MarielaTihova opened this issue Nov 12, 2024 · 0 comments · May be fixed by #668
Open

Remote Paging Grid: Sample issues #667

MarielaTihova opened this issue Nov 12, 2024 · 0 comments · May be fixed by #668
Assignees
Labels

Comments

@MarielaTihova
Copy link
Contributor

In this example https://www.infragistics.com/react-demos/grids/grid/remote-paging-grid the remote paging logic is not correctly implemented. There is a new endpoint now for Customers data that allows us to fetch records by given page size and number. We should refactor the code to use that instead, so that we can decrease the number of requests being made.

Currently we are getting all records at once and doing the paging logic only on the UI.
Desired result: make an http call to the new endpoint so that each time we get only the small portion of records we need for the current page size and number.

Endpoint: https://data-northwind.indigo.design/swagger/index.html -> Customers/GetCustomersWithPage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants