0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 03, 2025 — Jan 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix: Update Material example to use 14.0.0 More... over 2 years ago
Dev - examples: The DataTables specific styles need to be forced to use DataTables styling More... over 2 years ago
Dev - fix: Wasn't accounting for direct reference libraries in the new JS script loader More... over 2 years ago
Dev fixes: More... over 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... over 2 years ago
Dev - fix: Remove the performance enhancement for the every() functions. They had a closure issue if used for event handlers. More... over 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... over 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... over 2 years ago
Dev: Test was using the `dom` property More... over 2 years ago
New: Data types can have a renderer assigned to them for automatic renderer of data. This is particularly useful for numbers and dates where they can be automatically localised based on the user's browser settings and the detected data type, meaning you don't need to explicitly assign renderers yourself. More... over 2 years ago
Dev fix: Incorrect fix from ESLint fixes! Shouldn't have quoted the proptery More... over 2 years ago
Dev: Remove debug More... over 2 years ago
Dev: Remove unused function Fix: Use `eslint-plugin-compat` to try and ensure browser compatibility. Currently set to the last 10 browser versions and Safari > 7 which was released 10 years ago. More... over 2 years ago
Fix: Remove ployfills for methods that are already in browsers that DT2 will support More... over 2 years ago
Dev: Removing JSDoc examples and other tags. More... over 2 years ago
Dev: Removing year from the copyright notice - it isn't needed More... over 2 years ago
Fix: ESLint detected errors. More... over 2 years ago
Update: JSON data examples now use ISO8601 for date information matching the DOM sourced data examples. More... over 2 years ago
New: Support for DOM nodes being resolved as the data points to be shown inside a DataTable (not just the return from a renderer for the display type). More... over 2 years ago
New: `-init columns.render` can now return DOM elements for the `display` data type. More... over 2 years ago
New: `-init language.entries` option. This can be used to instruct DataTables of the data type that the table is showing, so it can be reflected in the languge strings shown to the end user. More... over 2 years ago
Fix: Add a warning about the use of the `dom` parameter in DataTables 2. It is likely to be by far the most common issue, so I think it is important that it is highlighted and fully documented. More... over 2 years ago
Dev: Wasn't resolving local paths for non-extension files More... over 2 years ago
Fix: `-init initComplete` never triggers if `-api ajax.reload()` is immediately called when an Ajax table is initialised. More... over 2 years ago
New: `-api column().width()` and `-api columns().widths()` methods to get the widths of the target columns. Primarily intended for plug-in and extension authors. More... over 2 years ago
Dev: Tweaking when column width calculations are performed More... over 2 years ago
Fix: Initial column sizing wasn't taking into account column header classes (sorting adds padding for example). More... over 2 years ago
Fix: Don't convert user input column sizes into pixels (i.e. allow column width calculations to be run on the input value, regardless of its unit). More... over 2 years ago
Dev: Remove old lint commands - they are hopelessly out of date More... over 2 years ago
Fix: HTML read information had initial white space stripped before ordering, but not after the HTML tags were stripped, resulting in potentially incorrect sort results. More... over 2 years ago