0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Nov 12, 2024 — Nov 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tests: Updates to tests for compatibility with latest karma / jasmine More... about 1 month ago
Docs: Fix markup for deprecation warning for `orderCellsTop` More... about 1 month ago
Build: Allow `catch` statements to have an identifier without throwing an error More... about 1 month ago
Build: Update dependencies More... about 1 month ago
Update: Update SCSS for future compatilibity (changing the use of `@import` etc). No functional change. More... about 1 month ago
Fix: `-api column().type()` would resolve an unknown column type, but not return it. More... about 1 month ago
Dev: Add a default padding character when x-scrolling to allow for variable width characters for when a table has no fixed width. More... about 2 months ago
Dev: Tweaks to the previous commit to allow for more words than rows More... about 2 months ago
Fix: Column width calculations now use more data from the table to allow for variance in character width and kerning. More... about 2 months ago
Fix: When using `draw('page')` don't attempt to draw rows which have been deleted. More... about 2 months ago
Examples: Tweaks to SSP class to be more defensive More... about 2 months ago
Release 2.3.4 More... 2 months ago
Fix: When restoring a state on a different page with defer render enabled, an error could be thrown as a `tr` hadn't been created in time. More... 2 months ago
Fix: If there is an existing `colgroup` element in the table, remove it. More... 2 months ago
Revert "Fix: If a state is loaded with a column index as a string, it would fail to restore the order." More... 2 months ago
Fix: If a state is loaded with a column index as a string, it would fail to restore the order. More... 2 months ago
Fix: `datetime()` helper was converting input data to local time, where as it should be treated as UTC (no shift) More... 3 months ago
Dev: Remove `.filter` - no longer needed More... 3 months ago
Fix: When a fixed search term is a function, still send the information to the server, but use just `function` as a value. More... 3 months ago
Fix: When a function is applied as a fixed search term, don't submit the `.toString()` value of the function if server-side processing is enabled. More... 3 months ago
Dev: Extra section for RowGroup More... 3 months ago
Test: Change jQuery version used in the tests to the latest release More... 3 months ago
Tests: Fix for jQuery 4 - tests where using $.unique which has been removed More... 3 months ago
Dev: Update to latest moment build More... 3 months ago
Dev: Tidy up the karma include files More... 3 months ago
Dev: Fix path for unit tests More... 3 months ago
Release 2.3.3 More... 3 months ago
Fix: When a child row is "closed" it should be detached rather than removed so events attached to the elements are left on the nodes, and thus can be reused. More... 3 months ago
Fix: Unable to build master after variable rename (#357) More... 3 months ago
Fix: Various spelling fixes in comments, docs and tests More... 3 months ago