The Javascript shown below is used to initialise the table shown in this example: $(document).ready(function() { $('#example').DataTable( { "scrollX": true } ); } ...
確定! 回上一頁