AnkitSharma-007 / BlazorGrid

A reusable grid component for Blazor with the support of client side pagination.
MIT License
70 stars 12 forks source link

Server-side pagination support #8

Open CuriousDrive opened 4 years ago

CuriousDrive commented 4 years ago

Hi Ankit - Hope you are doing fine.

can you please add server-side pagination support to BlazorGrid? Currently it has only client side support. thanks for all the hard work :)

ak-me commented 4 years ago

+1 for this request. When dealing with projects that have a lot of records we really cannot push the whole table to the client side.