openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
D
DataTablesSrc
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jan 03, 2025 — Jan 03, 2026
Showing page 24 of 141
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix: Update Material example to use 14.0.0
Allan Jardine
More...
over 2 years ago
Dev - examples: The DataTables specific styles need to be forced to use DataTables styling
Allan Jardine
More...
over 2 years ago
Dev - fix: Wasn't accounting for direct reference libraries in the new JS script loader
Allan Jardine
More...
over 2 years ago
Dev fixes:
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
More...
over 2 years ago
Dev: Test was using the `dom` property
Allan Jardine
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.
Allan Jardine
More...
over 2 years ago
Dev fix: Incorrect fix from ESLint fixes! Shouldn't have quoted the proptery
Allan Jardine
More...
over 2 years ago
Dev: Remove debug
Allan Jardine
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.
Allan Jardine
More...
over 2 years ago
Fix: Remove ployfills for methods that are already in browsers that DT2 will support
Allan Jardine
More...
over 2 years ago
Dev: Removing JSDoc examples and other tags.
Allan Jardine
More...
over 2 years ago
Dev: Removing year from the copyright notice - it isn't needed
Allan Jardine
More...
over 2 years ago
Fix: ESLint detected errors.
Allan Jardine
More...
over 2 years ago
Update: JSON data examples now use ISO8601 for date information matching the DOM sourced data examples.
Allan Jardine
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).
Allan Jardine
More...
over 2 years ago
New: `-init columns.render` can now return DOM elements for the `display` data type.
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
More...
over 2 years ago
Dev: Wasn't resolving local paths for non-extension files
Allan Jardine
More...
over 2 years ago
Fix: `-init initComplete` never triggers if `-api ajax.reload()` is immediately called when an Ajax table is initialised.
Allan Jardine
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.
Allan Jardine
More...
over 2 years ago
Dev: Tweaking when column width calculations are performed
Allan Jardine
More...
over 2 years ago
Fix: Initial column sizing wasn't taking into account column header classes (sorting adds padding for example).
Allan Jardine
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).
Allan Jardine
More...
over 2 years ago
Dev: Remove old lint commands - they are hopelessly out of date
Allan Jardine
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.
Allan Jardine
More...
over 2 years ago
←
1
2
…
20
21
22
23
24
25
26
27
28
…
140
141
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree