gustavnavar / Grid.Blazor

Grid component with CRUD for Blazor (client-side and server-side) and ASP.NET Core MVC
GNU Lesser General Public License v2.1
696 stars 134 forks source link

.WithPaging - how can i make the parameter dynamically from user input on grid #407

Open zufg opened 7 months ago

zufg commented 7 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

gustavnavar commented 7 months ago

You can enable the change of page size with the ChangePageSize method of the GridClient object: https://gridblazor.azurewebsites.net/changepagesize

You can see how it works in the demo https://gridblazor.azurewebsites.net/changepagesize