0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Dec 13, 2024 — Dec 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tests: Update for change in file names More... about 2 years ago
Dev fix: z-index when used with BS5 More... about 2 years ago
Dev: Shuffling the language examples More... about 2 years ago
Updated: In the download package move the `js` and `css` directories to the top level, rather than in a `media` directory. This brings DataTables core into sync with the extensions which have always had that structure. The `media` directory was a legacy from the early days! More... about 2 years ago
Fix: Remove jQuery from the dev repo - we don't need it here Update: Rename main JS file to dataTables.* rather than jquery.dataTables.*. More... about 2 years ago
Dev: Dark mode for header hover outline More... about 2 years ago
Fix - examples: Stop white flicker between pages when in dark mode More... about 2 years ago
Dev: Fix for Foundation styling with the input elements outside the labels More... about 2 years ago
Dev: Update the integrations for the left/right start/end change earlier More... about 2 years ago
Test: Add tests for `column[s]().orderable()` More... about 2 years ago
Tests: Adding tests for `column[s]().orderable()` More... about 2 years ago
New: Full support for right-to-left languages for DataTables core out of the box. More... about 2 years ago
Dev: Corrections in docs More... about 2 years ago
Fix: Tailwind integration for DataTables 2 More... about 2 years ago
Fix example: Row group example didn't have dark colours More... about 2 years ago
Dev: rawgit.com says it is shutting down soon (albeit in 2019!). Updated to jsdelivr More... about 2 years ago
Fix - examples: Update stripe url for the flags example More... about 2 years ago
Dev: Fix error on example index pages More... about 2 years ago
Update example: Show no sort option in `orderSequence` example More... about 2 years ago
Fix: Bulma styling should have a gap between rows More... about 2 years ago
Dev: Fix classes weren't deep extending! More... about 2 years ago
Dev: Examples fixes for styling when Bulma is selected More... about 2 years ago
Fix: Update Material example to use 14.0.0 More... about 2 years ago
Dev - examples: The DataTables specific styles need to be forced to use DataTables styling More... about 2 years ago
Dev - fix: Wasn't accounting for direct reference libraries in the new JS script loader More... about 2 years ago
Dev fixes: More... about 2 years ago
Dev: Fix row stripe integration for various stypes due to the removal of the odd/even classes from the tr elements. More... about 2 years ago
Dev - fix: Remove the performance enhancement for the every() functions. They had a closure issue if used for event handlers. More... about 2 years ago
Updated: Modernise class names for DataTables controlled elements so they are more consistent, descriptive and readable. This can impact any customisation made via CSS or with selectors used on the DataTables defined classes. It is possible to revert to the DataTables 1.x class names - see the upgrade notes for details. More... about 2 years ago
Update: `DataTable.ext.classes` property names and structure updated to be far more useful. This is unlikely to cause any issues unless you were setting any property values in this object to customise the class names DataTables uses for the table. More... about 2 years ago