0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 7 hours ago.
Nov 16, 2024 — Nov 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Dev: Adding Editor dropdown examples section More... about 1 year ago
Merge branch 'master' of github.com:DataTables/DataTablesSrc More... about 1 year ago
Fix: When server-side processing is enabled, the columns could go out of alignment when paging More... about 1 year ago
Docs: Correct old `error` event to be `dt-error` More... about 1 year ago
Fix: Date render helpers wrt. setting locales in Luxon More... about 1 year ago
Examples: Fix link to auto rendering example More... about 1 year ago
Merge branch 'master' of github.com:DataTables/DataTablesSrc More... about 1 year ago
Dev: Fix for ordering of columns when there are more than 9 columns More... about 1 year ago
fix typo in the doc for columns().types() (#300) More... about 1 year ago
Fix: `-init typeDetect` option name was documented incorrectly More... about 1 year ago
Dev: Fallback to window for BS/F libraries, which can still be undefined More... about 1 year ago
New: `-api DataTable.use()` can now have Bootstrap (5) and Foundation JS libraries set so extensions such as Editor and Responsive can use the JS function (e.g. Modal). They had their own methods for that in the past (which will work for backwards compatibility), but this provides a single common approach for all libraries that DataTables components can use. More... about 1 year ago
Fix: When using a CSS selector for the column selector (`-api columns()`) the order is now guaranteed to be in column index order. More... about 1 year ago
Fix: Very old Safari (7/8) doesn't support `Array.from` which was used in one unprotected position. Support for DataTables is the main browsers for the last 10 years, so this has been addressed. More... about 1 year ago
Dev: Modify example picker level to work better with Editor More... about 1 year ago
Dev: Correcting checks for appling a minWidth More... about 1 year ago
Dev: Another attempt at fixing column alignment More... about 1 year ago
Dev: Attempted fix for column alignment with server-side processing paging More... about 1 year ago
Fix: Sizing of columns when scrolling is enabled More... about 1 year ago
Dev: Editor new example category More... about 1 year ago
Dev: On the site the Foundation buttons were unreable More... about 1 year ago
Dev: Correction to last commit More... about 1 year ago
Fix: Check that the paging control has any width before triggering reponsive control More... about 1 year ago
Release 2.1.8 More... about 1 year ago
Fix: Columns where misaligned from the second page onwards when using paging and scrolling. More... about 1 year ago
Fix: Remove the setting of `role="row"` for the header row. More... about 1 year ago
Fix: Date rendering would always set the properties of the data type, even if already added. More... about 1 year ago
Typescript: Need to export `ObjectColumnRender` for Select More... about 1 year ago
Release 2.1.7 More... about 1 year ago
Docs: Tweak to `column().search()` docs More... about 1 year ago