0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Dec 10, 2024 — Dec 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix: Typescript typings for `DataTable.Api.register()` did nnot set scope. They do now. More... about 2 years ago
Dev: Updates for ColReorder build. More... about 2 years ago
New: "Loading..." text will be shown in the table for the first load when server-side processing is enabled. More... about 2 years ago
Test: Add checks for scope of `every` callback More... about 2 years ago
Dev: Udate remaining styles for footer / scrolling Update: DataTables default styling now uses `border-collapse: collapse` (previously it was `separate`) More... about 2 years ago
New: Support for `border-collapse: collapse` in the table styling. More... about 2 years ago
Update: Rewriting how the column alignment for scrolling operates to be faster, more accurate and smaller. More... about 2 years ago
Dev: Missed saving a file - col elements are reinserted in column vis change function More... about 2 years ago
New: Use `colgroup` and `col` elements for column width assignment. This is more accurate than assigning per header cell in complex headers where cells can span multiple columns. More... about 2 years ago
Fix: Correct inconsistency between thead cell borders in dark mode and light mode. More... about 2 years ago
Dev: SearchBuilder parameters included in docs update script More... about 2 years ago
Update: Use CSS borders to create the arrows for child row control rather than UTF-8 icons. Consitency between fonts was a problem. More... about 2 years ago
Dev: Adding a `row-created` event for Responsive. More... about 2 years ago
Merge branch 'master' into 2 More... about 2 years ago
Fix: Colour between selected rows should use CSS variables More... about 2 years ago
Merge branch 'master' into 2 More... about 2 years ago
Fix: Row selected colouring was incorrectly being applied to even rows when not selected (incorrect CSS variable used) More... about 2 years ago
1.13.8 release More... about 2 years ago
Dev: A little code golf to reduce size More... about 2 years ago
Fix: Don't check colspan of child rows for non-auto generated rows More... about 2 years ago
Removed: The final vestiages of the legacy `oApi` property have now been removed. That object exposed the internal methods of DataTables. You should always use the public API. More... about 2 years ago
Dev: Add check for state restore parameters in example `info` More... about 2 years ago
Dev: Missed this in the last commit More... about 2 years ago
Merge branch 'master' into 2 More... about 2 years ago
Fix: CommonJS loader, when there is a window did not define a `module.exports` property, resulting in errors when using this loader. More... about 2 years ago
Dev: Check for incorrect state restore init options More... about 2 years ago
Dev: StateRestore wasn't loading More... about 2 years ago
Update - example: Range filtering now uses a fixed filtering function More... about 2 years ago
Dev: Check for `-init dom` in description More... about 2 years ago
Dev - fix examples: Was possible to try and get dark mode on styles which don't have a dark mode More... about 2 years ago