You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment (please complete the following information)
multiple-cucumber-html-reporter: 3.9.0
Describe the bug
The DataTable on the report landing page isn't working - the following error is shown in the console:
Uncaught TypeError: $(...).dataTable is not a function
It looks like commit bd58e2c went a little wobbly. For example the contents of jquery.dataTables.min.js was replaced, not with an update to DataTables core, but rather with the jQuery UI integration for DataTables, which I doubt is what you want since you have Bootstrap loaded on the page. Additionally, the dataTables.bootstrap.min.js file contains CSS.
To Reproduce
Install [email protected] and create a report. The main table on the index page will not be a DataTable.
Expected behavior
A DataTable should be created, like in the readme screenshots.
Additional context
Disclosure, I'm the author for DataTables and a friend let me know they were having problems after updating to 3.9.0.
The text was updated successfully, but these errors were encountered:
I was going to send a PR for this, but I don't actually know if you are using Bootstrap 3 or Bootstrap 5. If useCDN is true, then Bootstrap 3 is loaded. But the local bootstrap.min.css appears to contain Bootstrap 5. Should they be insync, or is that intentional?
Environment (please complete the following information)
Describe the bug
The DataTable on the report landing page isn't working - the following error is shown in the console:
It looks like commit bd58e2c went a little wobbly. For example the contents of jquery.dataTables.min.js was replaced, not with an update to DataTables core, but rather with the jQuery UI integration for DataTables, which I doubt is what you want since you have Bootstrap loaded on the page. Additionally, the
dataTables.bootstrap.min.js
file contains CSS.To Reproduce
Install [email protected] and create a report. The main table on the index page will not be a DataTable.
Expected behavior
A DataTable should be created, like in the readme screenshots.
Additional context
Disclosure, I'm the author for DataTables and a friend let me know they were having problems after updating to 3.9.0.
The text was updated successfully, but these errors were encountered: