5
I Use This!
Moderate Activity

Commits : Listings

Analyzed 12 days ago. based on code collected 13 days ago.
Jan 29, 2024 — Jan 29, 2025
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`. More... 8 months ago
Dev: `init` type detection wasn't working due to the `if` condition when `oneOf` was defined More... 8 months ago
Fix: Type detection was not running if both ordering and searching were disabled. 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). More... 8 months ago
Dev: Working on upgrading the data type detection in DataTables. WIP 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. More... 8 months ago
Example: JS data example was out of sync More... 8 months ago
Fix: If `ajax.url === ''` the `ajax.data` parameter would only correctly trigger once. More... 8 months ago
Dev: Missed type def for `use()` method 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` More... 8 months ago
Dev: Examples look better with 100% width applied, due to FOUC More... 8 months ago
New: `-api DataTable.use()` method which can inform DataTables libraries such as Moment and Luxon in a module loader environment. 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. More... 8 months ago
New: Support for Bulma 1 and Bulma's new dark mode 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. More... 9 months ago
Release 2.0.8 More... 9 months ago
Dev: Support for loading plugins in their examples More... 9 months ago
Fix: `:visible` on its own as a column selector could incorrectly include hidden columns when used with a complex header. More... 9 months ago
Fix: Reordering initial data load to allow `data-*` attributes to be used to define column data points More... 9 months ago
Merge branch 'master' into 2.1 More... 9 months ago
Fix: Selector row indexes from the API could be incorrect when server-side processing is enabled More... 9 months ago
Fix: Error when checking `isShown()` for a deleted row More... 9 months ago
Release 2.0.7 More... 9 months ago
Fix: Processing element could be cloned if scrolling was enabled More... 9 months ago
Fix: Scrolling misalignment due to incorrect selector More... 9 months ago
DOC spelling mistake fix in the docs More... 9 months ago
Release 2.0.6 More... 9 months ago
Fix: A `<table>` inside the first row of the `<tbody>` of the DataTable could cause issues when used with scrolling More... 9 months ago
Performance: Do not apply sort when there is only one match (#277) More... 9 months ago
Merge branch 'master' of github.com:DataTables/DataTablesSrc More... 10 months ago