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

Fluent Paginator with remote data #2169

Open
satyajit-behera opened this issue Jun 8, 2024 · 1 comment
Open

Fluent Paginator with remote data #2169

satyajit-behera opened this issue Jun 8, 2024 · 1 comment
Labels
community:contribution Issue will/can be addressed by community contribution community:request Issues specifically reported by a member of the community.

Comments

@satyajit-behera
Copy link

The fluent paginator seems to do paging with IQueryable data.

Can we have the behavior to including paging with remote data while using Items="@FilteredItems" also and not only using ItemsProvider="foodRecallProvider".

This will help us pass the page number and records for querying a REST data from remote server and use default paging at the same time.

Thanks

@microsoft-github-policy-service microsoft-github-policy-service bot added the triage New issue. Needs to be looked at label Jun 8, 2024
@vnbaaij
Copy link
Collaborator

vnbaaij commented Jun 8, 2024

Yes, it does that by design (comes from QuickGrid).

We currently have no plans (nor capacity) to change that. But we do take PR's, so if you or someone else wants to work on this, that would be great.

@vnbaaij vnbaaij added community:request Issues specifically reported by a member of the community. community:contribution Issue will/can be addressed by community contribution and removed triage New issue. Needs to be looked at labels Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community:contribution Issue will/can be addressed by community contribution community:request Issues specifically reported by a member of the community.
Projects
None yet
Development

No branches or pull requests

2 participants