0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Nov 16, 2024 — Nov 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Dev: WIP Fix for rowId/rowClass not being used More... over 1 year ago
New: `-feature div` feature which can be used to insert text or HTML in the DataTables controlled layout grid. It does not provide any information or control over the table itself. More... over 1 year ago
Fix: Using a `<span>` in `-init language.lengthMenu` could result in duplication of the page length `<select>` tag. More... over 1 year ago
Fix: `aria-sort` attribute would not be added to the table if multi-column ordering and the first column to be ordered upon was hidden. More... over 1 year ago
Dev: The table must be in a block container, otherwise the sizing table gets placed next to it and the column widths are completely wrong. More... over 1 year ago
Dev: Remove debug test init More... over 1 year ago
Update: Use `-tag button` elements for Bootstrap 5's pagination control, as they are more suitable for in page nagivation and Bootstrap fully supports this. More... over 1 year ago
New: `-tag nav` element is now used to wrap around the pagination control. This is done to help improve accessability. To preserve CSS backwards compatibility the host element `div.dt-paging` is retained, and the new `-tag nav` is a child of that, with the paging elements and child of that in turn. It means there is an extra tag than can be considered redundant, but that's the trade off for adding the element. More... over 1 year ago
Fix: Don't add `tabIndex` to the paging buttons if its value is `0` as it is redundant More... over 1 year ago
Dev: Fix layout error when spcifying a full row More... over 1 year ago
Dev: Unit tests failing - saving WIP More... over 1 year ago
New: `-init layout` now has the ability to set class names on the rows and cells of the layout grid. This gives you complete control over the markup that is used to control the grid, allowing it to fully replace all options that exist in `-init dom`. New: DataTables styling updated to use flexbox for layout, allowing much more flexbility. New: All styling frameworks updated to have control elements which are in the same position (i.e. an array of items) will now place them side by side. New: All styling frameworks will evenly space layout full row items Examples: New examples for grid layout and id/class demonstrations. More... over 1 year ago
WIP: Reworking the layout rendering to allow cell and row class/id values to be specified, letting it be a complete replacement to `dom`. Also a new `div` feature which can be used for further refined control. More... over 1 year ago
Docs: Fix link to `-event dt-error` More... over 1 year ago
Update: If there are multiple `-init layout` items in a single cell, they will now show on the same line on larger screens and collapse to a single column for small screens. More... over 1 year ago
Site: Tweak the example tabs as it was overflowing on the Editor site More... over 1 year ago
Dev: Might as well go for maximum compatibility with deferLoading and support the hungarian notation as well. Can do it with just two extra characters. More... over 1 year ago
New: Reintroduce the `-init deferLoading` option which is used to delay the first request for data when server-side processing is enabled until the second draw of the table. More... over 1 year ago
Fix: Tidy up the order of initialisation when a language file is loaded More... over 1 year ago
Test: Add test case to ensure column data attributes are applied More... over 1 year ago
Test: Add tests to ensure `dataSrc` is assigned before state is loaded More... over 1 year ago
Dev fix: Need to account for the nextra string type when checking for HTML based data More... over 1 year ago
Dev: Corrections for markdown More... over 1 year ago
New: Automatic detection and ordering for accented characters in the data set. This is done by making use of the improved data type detection to allow non-UTF8 columns to continue to use simple ASCII string sorting (for performance), but columns with UTF-8 characters in them will now use `localeCompare` automatically for sorting, which the locale specified by the end user's browser preferences. Please note that this requires Safari 10.1 or newer if you are using Safari. If you are using an older version, it will automatically failback to treating the column as a simple string type. More... over 1 year ago
Dev: Remove debug! More... over 1 year ago
Dev: Remove debug More... over 1 year ago
Dev: Fix responsive paging which the recent buttons/numbers change broke More... over 1 year ago
Merge branch 'master' into 2.1 More... over 1 year ago
New: `-init orderDescReverse` option which can be used to disable the revesal of data when doing a descending order. This can make the ordering of data more like how Excel operates when data matches in the column being ordered on. More... over 1 year ago
Dev: Fix for DataTables.net website, which already has DataTables loaded in the global script, so there is no need to load it again (and indeed it causes problems if it were) More... over 1 year ago