Blazor and server-side

Blazor and server-side

erossinierossini 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

  • colincolin Posts: 15,112Questions: 1Answers: 2,583

    This thread should help, it's asking the same thing.

    Cheers,

    Colin

Sign In or Register to comment.