Blazor and server-side
Blazor and server-side
erossini
Posts: 4Questions: 3Answers: 0
I'm creating some Blazor applications and I use DataTables to display tables. Now, when I load the page with the table, I read all the data, create the table and add the DataTables()
.
In same tables, I have a lot of records and I don't want to read via API all of them. I want to use the function server-side
. Has someone already implement it with Blazor?
Thank you in advance.
Answers
This thread should help, it's asking the same thing.
Cheers,
Colin