0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 16, 2024 — Nov 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Examples: Don't need width:100% on table's `style` attributes any more. More... 9 months ago
Release 2.2.2 More... 10 months ago
Example: Update flexible width example for how DataTables 2.2 works More... 10 months ago
Fix: CSS output is ASCII only now - unicode characters are encoded More... 10 months ago
Fix: Remove @charset from non-minified CSS file (it already wasn't present in the minified file) More... 10 months ago
Fix: `-api destroy()` wasn't removing the extra markup used by DataTables for headers and sorting Fix: `-api destroy()` wasn't removing automatic column classes Fix: `-api destroy()` wasn't removing attributes that had been added to the header cells. More... 10 months ago
Tests: Update for change to move the aria-title to the sorting role=button element. More... 10 months ago
Build: Correct error for Editor package building and path resolving More... 10 months ago
Examples: Add lang="en" to html tag More... 10 months ago
Fix: `aria-label` for sorting should be on the element with `role=button` More... 10 months ago
Fix: `-api ready()` would run with the wrong context if it had to wait for `-event init`. More... 10 months ago
Site: Tweak to tabs so the example tabs don't run on the general DT pages More... 10 months ago
Dev: Update tests for the extra auto sizing div More... 10 months ago
Dev: Different fix for height changes triggering a resize - use an empty div which can't have a height change, just width. More... 10 months ago
Dev: Handle case when element not found More... 10 months ago
Fix: Possibly ResizeObserver thrown error due to the height of the table container changing during a column width recalculation. More... 10 months ago
Docs: Tweak the XML structure for deprecated description More... 10 months ago
New: `-init language.lengthLabels` option, allowing the options in the page length dropdown to be specified by the language options (including a language file). More... 10 months ago
Fix: If a column data type is null when it is sorted, it should be resolved. This could happen after data has been invalidated (e.g. after column reordering). More... 10 months ago
Docs: Add note to some `-init order` examples that they are v2 specific More... 10 months ago
Update ssp.class.php (#312) More... 10 months ago
Docs: Update `-api columns.adjust()` documentation to note that you shouldn't need to call it. More... 10 months ago
Release 2.2.1 More... 10 months ago
Fix: Tables with borders would overflow when scrolling was enabled More... 10 months ago
Fix: The automatic resize handling wouldn't allow the content to get smaller. More... 10 months ago
Tests: Wasn't properly doing a destroy action when there were multiple tables! More... 10 months ago
Dev: State object should be 100% independent from the DT settings. More... 11 months ago
Release 2.2.0 More... 11 months ago
Dev: Tweak to auto column width updating - need to account for the container being hidden, but having a resolvable width More... 11 months ago
Fix: If `-init columns.className` is used to define an alignment class such as `dt-left`, it will now take priority over the automatic type detection classes. More... 11 months ago