0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Dec 10, 2024 — Dec 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Typescript: OrderArray was missing an empty string option for the direction. More... 9 months ago
Fix: When restoring an ordering state using column names, if a name isn't found, don't use column index 0, just ignore. More... 9 months ago
Docs: Correction to parameter types for `column-visibility` More... 9 months ago
Docs: Clearify the top level selectors ignore what has gone before More... 9 months ago
Fix: Extra check More... 9 months ago
Examples: Don't duplicate an examples server-side code request for Editor More... 9 months ago
New: `-init titleRow` option (replaces `-init orderCellsTop`). This provides the ability to make any row in the header the "title" row. More... 9 months ago
WIP: Continuing work for titleRow More... 9 months ago
WIP: Adding a new `titleRow` option - tests failing More... 9 months ago
Update: `-api destroy()` method for updated header / footer More... 9 months ago
Types: Fix typo More... 9 months ago
Dev: Hide title containers which are empty More... 9 months ago
Update: Table footer content now uses the same flexbox layout as the header More... 9 months ago
Merge branch 'master' into 2.3 More... 9 months ago
Fix: If a draw action happens before data is loaded, the table should still show a loading message. More... 9 months ago
New: `-init ajax.submitAs` option to control if data should be submitted as HTTP parameters (default), or a JSON string. More... 9 months ago
Typescript: Improve types of `reduce()` and `reduceRight()` More... 9 months ago
Fix: After ordering triggered via the API with a named column, column header click to order didn't follow in the expected sequence. More... 9 months ago
Fix: Possible "Maximum call stack size exceeded." with loading thousands of rows from the DOM. More... 9 months ago
Docs: Fix typo: sessionStrorage (#328) More... 9 months ago
Merge branch '2.3' of github.com:DataTables/DataTablesSrc into 2.3 More... 9 months ago
Dev: Improve accessability of dark mode syntax highlighter colours More... 9 months ago
Typescript: Add `this` type to callback functions More... 9 months ago
Typescript: Make `args` optional in `trigger()` More... 9 months ago
2.3.0-dev More... 9 months ago
New: `-api order.listener()` can now accept an array of columns to apply multi-column ordering to when activated. More... 9 months ago
New: `-init ordering.handler` option which can be used to enable/disable the default column header click-to-order listener. More... 10 months ago
New: Header and footer cell layout now uses flexbox. This incolves a new wrapper `div` in the cells. More... 10 months ago
Tests: Update for change to header / footer cells with the `div` wrapper for layout More... 10 months ago
Merge branch 'master' into 2.3 More... 10 months ago