$(document).ready(function() { $('#example').DataTable( { dom: 'Bfrtip', lengthMenu: [ [ 10, 25, 50, -1 ], [ '10 rows', '25 rows', '50 rows', 'Show all' ] ], ...
確定! 回上一頁