$('#datatable tbody input').on( 'keyup change', function (ev) { if (ev.keyCode == 13) { alert( 'Row index: '+table.row( this ).id() ); ...
確定! 回上一頁