openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Data Tables
Settings
|
Report Duplicate
5
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
12 days
ago. based on code collected
13 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 6 of 205
Search / Filter on:
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.
Allan Jardine
More...
8 months ago
Dev: Remove debug test init
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
More...
8 months ago
Fix: Don't add `tabIndex` to the paging buttons if its value is `0` as it is redundant
Allan
More...
8 months ago
Dev: Fix layout error when spcifying a full row
Allan
More...
8 months ago
Dev: Unit tests failing - saving WIP
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
More...
8 months ago
Docs: Fix link to `-event dt-error`
Allan Jardine
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.
Allan Jardine
More...
8 months ago
Site: Tweak the example tabs as it was overflowing on the Editor site
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
More...
8 months ago
Fix: Tidy up the order of initialisation when a language file is loaded
Allan Jardine
More...
8 months ago
Test: Add test case to ensure column data attributes are applied
Allan Jardine
More...
8 months ago
Test: Add tests to ensure `dataSrc` is assigned before state is loaded
Allan Jardine
More...
8 months ago
Dev fix: Need to account for the nextra string type when checking for HTML based data
Allan Jardine
More...
8 months ago
Dev: Corrections for markdown
Allan Jardine
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.
Allan
More...
8 months ago
Dev: Remove debug!
Allan
More...
8 months ago
Dev: Remove debug
Allan
More...
8 months ago
Dev: Fix responsive paging which the recent buttons/numbers change broke
Allan
More...
8 months ago
Merge branch 'master' into 2.1
Allan
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.
Allan
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)
Allan
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+
Allan Jardine
More...
8 months ago
Dev: Extending the new `use()` method to be able to act as a getter
Allan Jardine
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.
Allan Jardine
More...
8 months ago
Dev: Remove type detection in filtering - it is performed a level up now. Missed this file!
Allan Jardine
More...
8 months ago
←
1
2
3
4
5
6
7
8
9
10
…
204
205
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree