var rowIndex = $(this).parents("tr").index(); //此處拿到隱藏列的id var id = $('#example').DataTable().row(rowIndex).data().id; 然後就可以
確定! 回上一頁