Updating button pluging css from b-2.2.0 to b-2.3.0 makes buttons on top of the table not clickable
Updating button pluging css from b-2.2.0 to b-2.3.0 makes buttons on top of the table not clickable
Link to test case: n/a
Debugger code (debug.datatables.net): opagun
Error messages shown: no error message shown
Description of problem: After updating the css buttons plugin to any version prior after 2.3.0 breaks the functionality of other buttons that are on top of the table, inline with the search bar. They are no longer clickable.
Reverting just the css to version 2.2.0 works.
This works:
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs4/jszip-2.5.0/dt-1.13.4/b-2.2.0/b-html5-2.3.6/b-print-2.3.6/r-2.4.1/sb-1.4.2/sl-1.6.2/datatables.min.css" />
This does not:
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs4/jszip-2.5.0/dt-1.13.4/b-2.3.0/b-html5-2.3.6/b-print-2.3.6/r-2.4.1/sb-1.4.2/sl-1.6.2/datatables.min.css" />
Both of them are ran with these script imports: "https://cdn.datatables.net/v/bs4/jszip-2.5.0/dt-1.13.4/b-2.3.6/b-html5-2.3.6/b-print-2.3.6/r-2.4.1/sb-1.4.2/sl-1.6.2/datatables.min.js"
I think something changed on the class dataTables_filter and all the buttons underneath it are no longer clickable, like the ones that would appear next to the search box.
Answers
The 2.3.6 version of the buttons works in this example.
Look at the browser's console for errors.
Can you provide a link to your page or a test case replicating the issue so we can help debug?
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin