Read data dynamically with Blazor

Read data dynamically with Blazor

erossinierossini Posts: 4Questions: 3Answers: 0

I'm starting to add DataTables.net in my Blazor WebAssembly. Now, I read the data and generate the table in the Razor page. I'm trying to understand how I can tell DataTables.net to read dynamically the data.

Is there any good example of integration of DataTables.net in Blazor?

Thank you in advance,
Enrico

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    There are a few threads that may help, such as here and here. If not, it would be worth searching for others as there are a few.

    Colin

This discussion has been closed.