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 68 of 205
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix - examples: Remove parameter that isn't required from the `limit()` method in the demo server-side processing script
Allan Jardine
More...
almost 8 years ago
New: `-api get()` method which can be used to get the data underlying the DataTables API instance. This is basically the same as using the array syntax (e.g. `[0]` and `.get(0)` perform the same action. It is modeled after the jQuery $().get() method for consistency. Backwards compatiblity: The `-api eq()` method will no longer return `null` if the selected context does not exist. Instead it returns an empty API instance. This change is made to make chaining methods without needing to add `if` conditions for catching conditions easier.
Allan Jardine
More...
almost 8 years ago
Typo
Allan Jardine
More...
almost 8 years ago
New: `-api column().name()` and `-api columns().names()` methods which can be used to get and set the names of columns (`-init columns.name`)
Allan Jardine
More...
almost 8 years ago
Dev: Missed a few uses of jQuery UI specific code
Allan Jardine
More...
almost 8 years ago
Update: Change `-init dom` default to `lftrip` (move the processing element after the table). This is to allow correct layering when scrolling - previously the processing element wouldn't show if scrolling was enabled without a z-index value.
Allan Jardine
More...
almost 8 years ago
DataTables 2 development starts
Allan Jardine
More...
almost 8 years ago
Dev: Remove jQueryUI config option from the documentation
Allan Jardine
More...
almost 8 years ago
Removed: Built in jQuery UI styling option (`jqueryUI`) has been removed from DataTables 2. Support for styling via jQuery UI is still available - it is provided via the integration styling files, matching how Bootstrap, Foundation, Semantic UI and all other styling libraries can integrate with DataTables.
Allan Jardine
More...
almost 8 years ago
Fix - Footer scroll fix when using the bootstrap theme
Allan Jardine
More...
almost 8 years ago
bootstrap innerfoot scroll fix
Steven Masala
More...
almost 8 years ago
Merge pull request #103 from markvantilburg/patch-8
Allan Jardine
More...
almost 8 years ago
Update jquery.dataTables.scss
mark van tilburg
More...
almost 8 years ago
Fix - CSS: merge duplicate selectors
Allan Jardine
More...
almost 8 years ago
Update jquery.dataTables.scss
mark van tilburg
More...
almost 8 years ago
DataTables 1.10.15
Allan Jardine
More...
almost 8 years ago
DataTables 1.10.15
Allan Jardine
More...
almost 8 years ago
Fix: Javascript error when `unique()` was used with a DataTables API instance. New: `-api slice()` utility method (required to address the above)
Allan Jardine
More...
almost 8 years ago
Fix: Javascript error when `unique()` was used with a DataTables API instance. New: `-api slice()` utility method (required to address the above)
Allan Jardine
More...
almost 8 years ago
DataTables 1.10.14
Allan Jardine
More...
almost 8 years ago
Dev: Update third party libraries
Allan Jardine
More...
almost 8 years ago
DataTables 1.10.14
Allan Jardine
More...
almost 8 years ago
Dev: Update FontAwesome
Allan Jardine
More...
almost 8 years ago
Dev: Update third party libraries
Allan Jardine
More...
almost 8 years ago
Fix: API performance improvement - sigifnicantly faster API access for large tables. Testing with a table of 50'000 rows `rows().count()` is now 23mS executation time, while it was 996mS before!
Allan Jardine
More...
almost 8 years ago
Fix: API performance improvement - sigifnicantly faster API access for large tables. Testing with a table of 50'000 rows `rows().count()` is now 23mS executation time, while it was 996mS before!
Allan Jardine
More...
almost 8 years ago
Fix: Make SemanticUI integration stackable
Allan Jardine
More...
almost 8 years ago
Fix: Make SemanticUI integration stackable
Allan Jardine
More...
almost 8 years ago
Fix - examples: Tighten up regex check to protect against LFI vulnerability
Allan Jardine
More...
almost 8 years ago
Revert: Remove pagination-sm class from DataTables paging container - 94d90ea3fbcb4db3449f351059abd0a087fa8180
Allan Jardine
More...
almost 8 years ago
←
1
2
…
64
65
66
67
68
69
70
71
72
…
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