DataTables.Blazor icon indicating copy to clipboard operation
DataTables.Blazor copied to clipboard

C# data source collection, datatable

Open thenhthang opened this issue 1 year ago • 1 comments

How to set DataSource with List, Datatable

thenhthang avatar Sep 10 '24 03:09 thenhthang

<DataTable Id="MyObjectSourceData" Class="table table-striped table-bordered w-100" Data=WeatherDataset> ....

https://github.com/JustinWilkinson/DataTables.Blazor/blob/e564b79a530d04dbea7887b05f6d1ef1c0eedf76/DataTables.Blazor.Demo/Pages/Index.razor#L158C117-L158C136

abberdeen avatar Sep 10 '24 07:09 abberdeen