var table = $('#example').DataTable(); var order = table.order(); alert( 'Table is ordered by column: ' + order[0][0] + ', direction:' + ...
確定! 回上一頁