Here is a typical example of datatables.net var table = $('#example').DataTable( { "ajax": { "type" : "GET", "url" : "ajax.php", "dataSrc": function ( json ) ...
確定! 回上一頁