5
I Use This!
Moderate Activity

Commits : Listings

Analyzed 12 days ago. based on code collected 13 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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... 8 months ago
Dev: Remove debug test init More... 8 months 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... 8 months 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... 8 months ago
Fix: Don't add `tabIndex` to the paging buttons if its value is `0` as it is redundant More... 8 months ago
Dev: Fix layout error when spcifying a full row More... 8 months ago
Dev: Unit tests failing - saving WIP More... 8 months 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... 8 months 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... 8 months ago
Docs: Fix link to `-event dt-error` More... 8 months 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... 8 months ago
Site: Tweak the example tabs as it was overflowing on the Editor site More... 8 months 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... 8 months 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... 8 months ago
Fix: Tidy up the order of initialisation when a language file is loaded More... 8 months ago
Test: Add test case to ensure column data attributes are applied More... 8 months ago
Test: Add tests to ensure `dataSrc` is assigned before state is loaded More... 8 months ago
Dev fix: Need to account for the nextra string type when checking for HTML based data More... 8 months ago
Dev: Corrections for markdown More... 8 months 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... 8 months ago
Dev: Remove debug! More... 8 months ago
Dev: Remove debug More... 8 months ago
Dev: Fix responsive paging which the recent buttons/numbers change broke More... 8 months ago
Merge branch 'master' into 2.1 More... 8 months 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... 8 months 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... 8 months ago
New: `-init language.aria.paginate.number` option which can be used to set an ARIA label for the number buttons in the pagination control. Docs: Reflect that the aria values for pagination are now set in 2.0+ More... 8 months ago
Dev: Extending the new `use()` method to be able to act as a getter More... 8 months ago
Fix: It was possible for date time types to overlap due to the replacement of characters in the name. That is not required as the data type names are just a plain string. More... 8 months ago
Dev: Remove type detection in filtering - it is performed a level up now. Missed this file! More... 8 months ago