PaginationState needs to have public methods to set the object as it can then be used with custom components.
- 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
Assessment
This issue has not been assessed yet.