openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
D
DataTablesSrc
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 10 hours
ago. based on code collected
about 10 hours
ago.
Nov 16, 2024 — Nov 16, 2025
Showing page 12 of 140
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
New: `-init language.aria.paginate.number` option which can be used to set an ARIA label for the number buttons in the pagination control. Docs: Reflect that the aria values for pagination are now set in 2.0+
Allan Jardine
More...
over 1 year ago
Dev: Extending the new `use()` method to be able to act as a getter
Allan Jardine
More...
over 1 year ago
Fix: It was possible for date time types to overlap due to the replacement of characters in the name. That is not required as the data type names are just a plain string.
Allan Jardine
More...
over 1 year ago
Dev: Remove type detection in filtering - it is performed a level up now. Missed this file!
Allan Jardine
More...
over 1 year ago
Updated: Disable auto type detection when server-side processing is enabled. Without the full data set available it is unreliable and error prone. If you need specific type actions (e.g. a class name) you can assign a type to a column using `-init columns.type`.
Allan Jardine
More...
over 1 year ago
Dev: `init` type detection wasn't working due to the `if` condition when `oneOf` was defined
Allan Jardine
More...
over 1 year ago
Fix: Type detection was not running if both ordering and searching were disabled.
Allan Jardine
More...
over 1 year ago
New: Type detection is now far more functional in that it it is possible to specify that at least one data point in a column match a specific test. Previously all data points had to pass a given test (`allOf`), but now in addition to that an extra function can be given to help limit data selection (`oneOf`). Fix: The new type detection is used to prevent HTML columns without numbers being detected as numeric columns (e.g. this happened with FontAwesome icons in a column).
Allan Jardine
More...
over 1 year ago
Dev: Working on upgrading the data type detection in DataTables. WIP
Allan Jardine
More...
over 1 year ago
New: `-feature search.processing` option which can be used to show the processing indicator (`-init processing`) when the end user types into the search box.
Allan Jardine
More...
over 1 year ago
Example: JS data example was out of sync
Allan Jardine
More...
over 1 year ago
Fix: If `ajax.url === ''` the `ajax.data` parameter would only correctly trigger once.
Allan Jardine
More...
over 1 year ago
Dev: Missed type def for `use()` method
Allan
More...
over 1 year ago
New: Ability to control what buttons appear in the paging control through three new options for the feature: * `-feature paging.numbers` * `-feature paging.previousNext` * `-feature paging.firstLast`
Allan
More...
over 1 year ago
Dev: Examples look better with 100% width applied, due to FOUC
Allan
More...
over 1 year ago
New: `-api DataTable.use()` method which can inform DataTables libraries such as Moment and Luxon in a module loader environment.
Allan
More...
over 1 year ago
New: If no `width` style or `width` attribute is found on the `-tag table`, we now automatically assign the table 100%. If either is found, they are retained. This is done to simplify the HTML needed, and the `width` attribute is long since obsolate in HTML (although still works). Disabling `-init autoWidth` will stop 100% width being assigned automatically.
Allan
More...
over 1 year ago
New: Support for Bulma 1 and Bulma's new dark mode
Allan
More...
over 1 year ago
Docs: Add mention of how to restore the DataTables 1.x `-init columns.orderSequence` default value to the documentation for that parameter.
Allan Jardine
More...
over 1 year ago
Release 2.0.8
Allan Jardine
More...
over 1 year ago
Dev: Support for loading plugins in their examples
Allan Jardine
More...
over 1 year ago
Fix: `:visible` on its own as a column selector could incorrectly include hidden columns when used with a complex header.
Allan Jardine
More...
over 1 year ago
Fix: Reordering initial data load to allow `data-*` attributes to be used to define column data points
Allan Jardine
More...
over 1 year ago
Merge branch 'master' into 2.1
Allan Jardine
More...
over 1 year ago
Fix: Selector row indexes from the API could be incorrect when server-side processing is enabled
Jacques-Yves Bleau
More...
over 1 year ago
Fix: Error when checking `isShown()` for a deleted row
Allan Jardine
More...
over 1 year ago
Release 2.0.7
Allan Jardine
More...
over 1 year ago
Fix: Processing element could be cloned if scrolling was enabled
Allan
More...
over 1 year ago
Fix: Scrolling misalignment due to incorrect selector
Allan
More...
over 1 year ago
DOC spelling mistake fix in the docs
Colin Marks
More...
over 1 year ago
←
1
2
…
8
9
10
11
12
13
14
15
16
…
139
140
→
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