❔ Blazor Hosted - Client datatable with large dataset
I have a table component (using MudBlazor) which accesses the server-side API endpoint and pulls (currently) around 130k records. As you can imagine, too much for a client. 
I need help and examples if possible on how I can implement client/server table pagination.
Any help is appreciated, thanks!
https://mudblazor.com/components/table#server-side-filtering,-sorting-and-pagination
(I followed this, but I don't quite understand its implementation for server-side, it seems all client-side to me.)
I need help and examples if possible on how I can implement client/server table pagination.
Any help is appreciated, thanks!
https://mudblazor.com/components/table#server-side-filtering,-sorting-and-pagination
(I followed this, but I don't quite understand its implementation for server-side, it seems all client-side to me.)

