5
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 4 days ago.
Sep 20, 2025 — Sep 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix: When nested tables are present, the column width calculations could be wrong, resulting in one column gaining more width than it should. More... 6 days ago
Examples: Stop clash with Bootstrap styles for the syntax highlighting under the `.table` tab More... 6 days ago
Moving on to 3.1 development More... 8 days ago
Docs: Add `Dom.on()` static method to documentation for listening to events in a windowless environment More... 8 days ago
Dev: Updating the internal reference to its own package! More... 8 days ago
Dev: Missed a couple of EventTarget checks (unit tests caught) More... 8 days ago
Dev: Correction for jQuery integration with the new static event dispatch More... 8 days ago
New: DataTables can now be loaded in a windowless environment such as Next.js. More... 9 days ago
Release 3.0.4 More... 13 days ago
Fix: Setting `DataTable.defaults.ordering` as an object could result in auto initialisation of ordering for a second table, even if it was disabled. More... 19 days ago
Dev: Build for examples css More... 19 days ago
Dev: Disabled class for tabs - for the site More... 20 days ago
Dev: Realised there was an overload for invalidColumn so I didn't need the loop More... 20 days ago
Fix: Column widths with Ajax sourced tables were not optomised More... 20 days ago
Example: Add Intl example to the date time section More... 20 days ago
Fix: `DataTable.util.object.assignDeepObjects()` will recursively use the same array handling now, rather than deep copying nested arrays. This allows `DataTable.defaults.column` to now be set correctly. More... 22 days ago
Test: Correcting test for multi-row headers and orderCellsTop More... 22 days ago
Dev: Update for StateRestore examples More... 22 days ago
Merge branch 'master' of github.com:DataTables/DataTablesSrc More... 23 days ago
Fix: `-init titleRow` when used with a header that has `rowspan` attributes would result in some header cells being missed for the ordering icons and handler. More... 23 days ago
Fix: Bootstrap - when using `table-sm` width a text alignment class could result in no spacing for the ordering icons More... 23 days ago
Fix: `:visible` selector with a multi-row header could result in the wrong columns being selected. More... 24 days ago
Build: Forgot to save the jQuery update More... 24 days ago
Release 3.0.3 More... 24 days ago
Build: Updating external libs More... 24 days ago
Fix: `^$` regex search should match empty strings More... 27 days ago
Fix: For `-api DataTable.ajax()` with `dataType: 'json'` add an `Accept` header giving weight to JSON content type. This matches `jQuery.ajax()`. More... 28 days ago
Merge branch 'master' of github.com:DataTables/DataTablesSrc More... 28 days ago
Fix: On JSON parsing error, thea typo prevented the correct status text from being set More... 28 days ago
Docs: Add number type to `-init scrollY` More... 29 days ago