Read data dynamically with Blazor
Read data dynamically with Blazor
erossini
Posts: 4Questions: 3Answers: 0
in DataTables
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
This discussion has been closed.
Answers
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