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
D
DataTablesSrc
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 10 hours
ago. based on code collected
about 10 hours
ago.
Nov 16, 2024 — Nov 16, 2025
Showing page 11 of 140
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Dev: WIP Fix for rowId/rowClass not being used
Allan Jardine
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.
Allan Jardine
More...
over 1 year ago
Fix: Using a `<span>` in `-init language.lengthMenu` could result in duplication of the page length `<select>` tag.
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
More...
over 1 year ago
Dev: Remove debug test init
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
More...
over 1 year ago
Fix: Don't add `tabIndex` to the paging buttons if its value is `0` as it is redundant
Allan
More...
over 1 year ago
Dev: Fix layout error when spcifying a full row
Allan
More...
over 1 year ago
Dev: Unit tests failing - saving WIP
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
More...
over 1 year ago
Docs: Fix link to `-event dt-error`
Allan Jardine
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.
Allan Jardine
More...
over 1 year ago
Site: Tweak the example tabs as it was overflowing on the Editor site
Allan Jardine
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.
Allan Jardine
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.
Allan Jardine
More...
over 1 year ago
Fix: Tidy up the order of initialisation when a language file is loaded
Allan Jardine
More...
over 1 year ago
Test: Add test case to ensure column data attributes are applied
Allan Jardine
More...
over 1 year ago
Test: Add tests to ensure `dataSrc` is assigned before state is loaded
Allan Jardine
More...
over 1 year ago
Dev fix: Need to account for the nextra string type when checking for HTML based data
Allan Jardine
More...
over 1 year ago
Dev: Corrections for markdown
Allan Jardine
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.
Allan
More...
over 1 year ago
Dev: Remove debug!
Allan
More...
over 1 year ago
Dev: Remove debug
Allan
More...
over 1 year ago
Dev: Fix responsive paging which the recent buttons/numbers change broke
Allan
More...
over 1 year ago
Merge branch 'master' into 2.1
Allan
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.
Allan
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)
Allan
More...
over 1 year ago
←
1
2
…
7
8
9
10
11
12
13
14
15
…
139
140
→
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