Form submit button in a DataTable not working in IE 11(due to DataTable bug)
问题 I am using DataTable in a web application and I find that DataTable is not compatible with inline forms with a <button type="submit" formaction="..."></button> . In IE 11 it is not working; submit does not work, but in Chrome 65 and Firefox 59 it is working. Table is a DataTable : $('#dataTable-script').DataTable({ "scrollX": true, /* horizontal scroll */ "responsive": false, /* turn this OFF to enable scrollX. Conflict. */ "columnDefs": [ { "visible": true, "targets": [0, 1, 2, 3, 4] }, /*