Tuesday, April 23, 2013

JQuery DataTable

You can have a table with paging, sorting, filtering...only by one line of code.
$("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