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
1 day
ago. based on code collected
1 day
ago.
Nov 17, 2024 — Nov 17, 2025
Showing page 9 of 140
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge branch 'master' of github.com:DataTables/DataTablesSrc
Allan Jardine
More...
about 1 year ago
Fix: `null` in a column that is detected as a string with a diacritic would throw a JS error when sorting.
Allan Jardine
More...
about 1 year ago
Fix: Safari 9 doesn't support `String.prototype.normalize`
Allan Jardine
More...
about 1 year ago
Fix: Safari 9 compatibility - doesn't have a `childNodes.forEach` function.
Allan Jardine
More...
about 1 year ago
Fix: Change where the name of the data type detection function is stored as old Safari didn't allow dynamic changes of a function name
Allan Jardine
More...
about 1 year ago
Revert https://github.com/DataTables/DataTablesSrc/commit/3c4df03c5e03c4c743fb5bdf0067ab3462a723e4
Allan Jardine
More...
about 1 year ago
Fix: A few `let` variables had slipped in, which doesn't work in old Safari
Allan Jardine
More...
about 1 year ago
Fix: `-api ready()` could fire multiple times if a table is destroyed and then recreated
Allan Jardine
More...
about 1 year ago
Fix: Remove the use of `Array.prototype.flat()` as it wasn't supported in Safari until v12
Allan Jardine
More...
about 1 year ago
Release 2.1.6
Allan Jardine
More...
about 1 year ago
Fix: Handle sparse arrays more compeltely for the time inbetween a row being removed and it being redrawn
Allan Jardine
More...
about 1 year ago
Merge branch 'master' of github.com:DataTables/DataTablesSrc
Allan Jardine
More...
about 1 year ago
Fix: `-event i18n` was bubbling if used with an Ajax file, but not otherwise
Allan Jardine
More...
about 1 year ago
Fix: Server-side processing auto type detection is enabled again (was removed in 2.1.0). It will attempt column type detection immediately, which was a large part of the issue before, in that the column type would not be detected until a user requested a column type (e.g. for SearchBuilder). New: Auto column type detection can now be disabled with the new `-init detectType` option.
Allan Jardine
More...
about 1 year ago
Release 2.1.5
Allan Jardine
More...
about 1 year ago
Fix: Add classes for cells (`-init columns.className`) to cells before `-init createdRow` is called
Allan Jardine
More...
about 1 year ago
Test: Update performance tests to be based off DT2 only. It is massively faster than 1!
Allan Jardine
More...
about 1 year ago
Build: Update SASS
Allan Jardine
More...
about 1 year ago
Test: Slightly better handling for locale changes
Allan Jardine
More...
about 1 year ago
Fix: Column widths given by `-init columns.width` will now increase a column's size if needed.
Allan Jardine
More...
about 1 year ago
Docs: Correct return type for `-api DataTable.tables()`
Allan Jardine
More...
about 1 year ago
Fix: Bulma integration had two `<nav>` elements for the pagination control
Allan Jardine
More...
about 1 year ago
Dev: I missed a loop break
Allan
More...
about 1 year ago
Fix: API instances created with a large data set could cause an overflow error in Chrome. This was particularly evident in Buttons file exports.
Allan Jardine
More...
about 1 year ago
Merge branch 'master' of github.com:DataTables/DataTablesSrc
Allan Jardine
More...
about 1 year ago
Readme: Update build instructions to use `npm run` commands
Allan Jardine
More...
about 1 year ago
Fix: Correct error when using scrolling and RowGroup - column sizing was incorrect
Allan Jardine
More...
about 1 year ago
Release 2.1.4
Allan Jardine
More...
over 1 year ago
Updated: The `:visible` column selector can now have a DOM selector in front of it to select visible columns based on the selector given.
Allan Jardine
More...
over 1 year ago
Docs: Mixed tabs and spaces
Allan Jardine
More...
over 1 year ago
←
1
2
…
5
6
7
8
9
10
11
12
13
…
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