DataTable({ columnDefs: [ { orderable: false, targets: [1, 2, 3], }, ], }); $('button').click(function () { var data = table.$('input, select').serialize(); ...
確定! 回上一頁