Example 1: datatable get row data var table = $('#example').DataTable(); $('#example tbody').on( 'click', 'tr', function () { console.log( table.row( this ) ...
確定! 回上一頁