DataTables | Table plug-in for jQuery
How easy is it to use DataTables? Take a peek at the code below: a single function call to initialise the table is all it takes! $(document).ready(function(){ $('#myTable').DataTable(); }); Getting started with DataTables is as simple as including two fil
www.datatables.net |