You can have a table with paging, sorting, filtering...only by one line of code.
Note: JQuery DataTable works with <THead>, <TBody> , and <TFooter>. So, you need to define these sections in the table.
Get the detail and example from here.
$("table#myTableId").dataTable();
Get the DataTable from NuGet, it's very powerful and easy to use. And especially, the performance is very good.
Note: JQuery DataTable works with <THead>, <TBody> , and <TFooter>. So, you need to define these sections in the table.
Get the detail and example from here.
No comments:
Post a Comment