0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Feb 17, 2025 — Mar 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix: If a draw action happens before data is loaded, the table should still show a loading message. More... 7 days ago
New: `-init ajax.submitAs` option to control if data should be submitted as HTTP parameters (default), or a JSON string. More... 7 days ago
Typescript: Improve types of `reduce()` and `reduceRight()` More... 9 days 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 days ago
Fix: Possible "Maximum call stack size exceeded." with loading thousands of rows from the DOM. More... 9 days ago
Docs: Fix typo: sessionStrorage (#328) More... 14 days ago
Typescript: Add `this` type to callback functions More... 16 days ago
Typescript: Make `args` optional in `trigger()` More... 16 days ago
Example: Update SSP custom variables example to actually use the custom parameter, and also clarify that you don't need to use `-init serverSide` to use `-init ajax.data`. More... 22 days ago
Dev: Build support for ColumnControl extension More... 26 days ago
Types: Correct `stateLoadCallback` type More... 26 days ago
Dev: Need to sort numerically the selected columns More... 29 days ago
Examples: Unstyled tables should be 100% width to help reduce FOUC More... 29 days ago
Fix: Define and document the order that column selectors will resolve to. In short, the order is that specified in the selector array, while a string selector (CSS) will resolve to the index order. More... 29 days ago