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
Data Tables
Settings
|
Report Duplicate
5
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
12 days
ago. based on code collected
13 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 7 of 205
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
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...
8 months ago
Dev: `init` type detection wasn't working due to the `if` condition when `oneOf` was defined
Allan Jardine
More...
8 months ago
Fix: Type detection was not running if both ordering and searching were disabled.
Allan Jardine
More...
8 months 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...
8 months ago
Dev: Working on upgrading the data type detection in DataTables. WIP
Allan Jardine
More...
8 months 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...
8 months ago
Example: JS data example was out of sync
Allan Jardine
More...
8 months ago
Fix: If `ajax.url === ''` the `ajax.data` parameter would only correctly trigger once.
Allan Jardine
More...
8 months ago
Dev: Missed type def for `use()` method
Allan
More...
8 months 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...
8 months ago
Dev: Examples look better with 100% width applied, due to FOUC
Allan
More...
8 months ago
New: `-api DataTable.use()` method which can inform DataTables libraries such as Moment and Luxon in a module loader environment.
Allan
More...
8 months 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...
8 months ago
New: Support for Bulma 1 and Bulma's new dark mode
Allan
More...
8 months 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...
9 months ago
Release 2.0.8
Allan Jardine
More...
9 months ago
Dev: Support for loading plugins in their examples
Allan Jardine
More...
9 months ago
Fix: `:visible` on its own as a column selector could incorrectly include hidden columns when used with a complex header.
Allan Jardine
More...
9 months ago
Fix: Reordering initial data load to allow `data-*` attributes to be used to define column data points
Allan Jardine
More...
9 months ago
Merge branch 'master' into 2.1
Allan Jardine
More...
9 months ago
Fix: Selector row indexes from the API could be incorrect when server-side processing is enabled
Jacques-Yves Bleau
More...
9 months ago
Fix: Error when checking `isShown()` for a deleted row
Allan Jardine
More...
9 months ago
Release 2.0.7
Allan Jardine
More...
9 months ago
Fix: Processing element could be cloned if scrolling was enabled
Allan
More...
9 months ago
Fix: Scrolling misalignment due to incorrect selector
Allan
More...
9 months ago
DOC spelling mistake fix in the docs
Colin Marks
More...
9 months ago
Release 2.0.6
Allan Jardine
More...
9 months ago
Fix: A `<table>` inside the first row of the `<tbody>` of the DataTable could cause issues when used with scrolling
Allan Jardine
More...
9 months ago
Performance: Do not apply sort when there is only one match (#277)
Pavel Djundik
More...
9 months ago
Merge branch 'master' of github.com:DataTables/DataTablesSrc
Allan Jardine
More...
10 months ago
←
1
2
3
4
5
6
7
8
9
10
11
…
204
205
→
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