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