0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Nov 29, 2024 — Nov 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix: Bootstrap 5 styling with some themes could cause the header to grow vertically. More... 5 days ago
Docs: Note the contentType being set for ajax.submitAs More... 5 days ago
Fix: If using `ajax.submitAs = 'json'` the contentType for the request is now automatically set to be `application/json; charset=utf-8`. More... 5 days ago
Fix: Leave HTML in when calculating the column widths for the table More... 5 days ago
Release 2.3.5 More... 15 days ago
Tests: Updates to tests for compatibility with latest karma / jasmine More... about 2 months ago
Docs: Fix markup for deprecation warning for `orderCellsTop` More... about 2 months ago
Build: Allow `catch` statements to have an identifier without throwing an error More... about 2 months ago
Build: Update dependencies More... about 2 months ago
Update: Update SCSS for future compatilibity (changing the use of `@import` etc). No functional change. More... about 2 months ago
Fix: `-api column().type()` would resolve an unknown column type, but not return it. More... about 2 months 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... 2 months ago
Dev: Tweaks to the previous commit to allow for more words than rows More... 2 months ago
Fix: Column width calculations now use more data from the table to allow for variance in character width and kerning. More... 2 months ago
Fix: When using `draw('page')` don't attempt to draw rows which have been deleted. More... 2 months ago
Examples: Tweaks to SSP class to be more defensive More... 2 months ago
Release 2.3.4 More... 3 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... 3 months ago
Fix: If there is an existing `colgroup` element in the table, remove it. More... 3 months ago
Revert "Fix: If a state is loaded with a column index as a string, it would fail to restore the order." More... 3 months ago
Fix: If a state is loaded with a column index as a string, it would fail to restore the order. More... 3 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