microsoft / fluentui-blazor

Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
https://www.fluentui-blazor.net
MIT License
3.6k stars 345 forks source link

Fluent Paginator with remote data #2169

Closed satyajit-behera closed 1 month ago

satyajit-behera commented 2 months ago

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

vnbaaij commented 2 months ago

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 commented 1 month ago

Hi @satyajit-behera, as this has been open now for a month, are you still planning on working on a PR for this?

If not, that is totally fine of course but then we can update or close this so people know what the status is.

vnbaaij commented 1 month ago

Closing this as no progress made.