0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 17, 2024 — Nov 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:DataTables/DataTablesSrc More... about 1 year ago
Fix: `null` in a column that is detected as a string with a diacritic would throw a JS error when sorting. More... about 1 year ago
Fix: Safari 9 doesn't support `String.prototype.normalize` More... about 1 year ago
Fix: Safari 9 compatibility - doesn't have a `childNodes.forEach` function. More... about 1 year ago
Fix: Change where the name of the data type detection function is stored as old Safari didn't allow dynamic changes of a function name More... about 1 year ago
Revert https://github.com/DataTables/DataTablesSrc/commit/3c4df03c5e03c4c743fb5bdf0067ab3462a723e4 More... about 1 year ago
Fix: A few `let` variables had slipped in, which doesn't work in old Safari More... about 1 year ago
Fix: `-api ready()` could fire multiple times if a table is destroyed and then recreated More... about 1 year ago
Fix: Remove the use of `Array.prototype.flat()` as it wasn't supported in Safari until v12 More... about 1 year ago
Release 2.1.6 More... about 1 year ago
Fix: Handle sparse arrays more compeltely for the time inbetween a row being removed and it being redrawn More... about 1 year ago
Merge branch 'master' of github.com:DataTables/DataTablesSrc More... about 1 year ago
Fix: `-event i18n` was bubbling if used with an Ajax file, but not otherwise More... about 1 year ago
Fix: Server-side processing auto type detection is enabled again (was removed in 2.1.0). It will attempt column type detection immediately, which was a large part of the issue before, in that the column type would not be detected until a user requested a column type (e.g. for SearchBuilder). New: Auto column type detection can now be disabled with the new `-init detectType` option. More... about 1 year ago
Release 2.1.5 More... about 1 year ago
Fix: Add classes for cells (`-init columns.className`) to cells before `-init createdRow` is called More... about 1 year ago
Test: Update performance tests to be based off DT2 only. It is massively faster than 1! More... about 1 year ago
Build: Update SASS More... about 1 year ago
Test: Slightly better handling for locale changes More... about 1 year ago
Fix: Column widths given by `-init columns.width` will now increase a column's size if needed. More... about 1 year ago
Docs: Correct return type for `-api DataTable.tables()` More... about 1 year ago
Fix: Bulma integration had two `<nav>` elements for the pagination control More... about 1 year ago
Dev: I missed a loop break More... about 1 year ago
Fix: API instances created with a large data set could cause an overflow error in Chrome. This was particularly evident in Buttons file exports. More... about 1 year ago
Merge branch 'master' of github.com:DataTables/DataTablesSrc More... about 1 year ago
Readme: Update build instructions to use `npm run` commands More... about 1 year ago
Fix: Correct error when using scrolling and RowGroup - column sizing was incorrect More... about 1 year ago
Release 2.1.4 More... over 1 year ago
Updated: The `:visible` column selector can now have a DOM selector in front of it to select visible columns based on the selector given. More... over 1 year ago
Docs: Mixed tabs and spaces More... over 1 year ago