datatables library code example Example: datatables Javascript123$(document).ready( function () { $('#myTable').DataTable();} );