dotnet / dotnet/aspnetcore

PaginationState needs to have public methods to set the object as it can then be used with custom components.

Open
#61,124 5 comments 0 reactions 0 assignees View on GitHub
area-blazor feature-blazor-quickgrid
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 10h
Merged PRs (30d)
281

Description

[https://github.com/dotnet/aspnetcore/compare/main...amiddles:aspnetcore:patch-1](https://github.com/dotnet/aspnetcore/compare/main...amiddles:aspnetcore:patch-1)

I simply modified the set total count method to make it public. I've no idea why it was locked down but it's a pain when you can't use a quickgrid but you do need pagination, which is already setup via the Paginator component.

This will allow for more flexibility. I've no idea how to merge the branches as I thin kit needs permission.

In my case, I have a customer table that has other special rows that don't work with a quickgrid, but I do still want o paginate it and not t have to write my own.

Please either approve and merge the fix or modify the source.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.