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
Fix - examples: Remove parameter that isn't required from the `limit()` method in the demo server-side processing script 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. More... almost 8 years ago
Typo 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`) More... almost 8 years ago
Dev: Missed a few uses of jQuery UI specific code 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. More... almost 8 years ago
DataTables 2 development starts More... almost 8 years ago
Dev: Remove jQueryUI config option from the documentation 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. More... almost 8 years ago
Fix - Footer scroll fix when using the bootstrap theme More... almost 8 years ago
bootstrap innerfoot scroll fix More... almost 8 years ago
Merge pull request #103 from markvantilburg/patch-8 More... almost 8 years ago
Update jquery.dataTables.scss More... almost 8 years ago
Fix - CSS: merge duplicate selectors More... almost 8 years ago
Update jquery.dataTables.scss More... almost 8 years ago
DataTables 1.10.15 More... almost 8 years ago
DataTables 1.10.15 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) 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) More... almost 8 years ago
DataTables 1.10.14 More... almost 8 years ago
Dev: Update third party libraries More... almost 8 years ago
DataTables 1.10.14 More... almost 8 years ago
Dev: Update FontAwesome More... almost 8 years ago
Dev: Update third party libraries 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! 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! More... almost 8 years ago
Fix: Make SemanticUI integration stackable More... almost 8 years ago
Fix: Make SemanticUI integration stackable More... almost 8 years ago
Fix - examples: Tighten up regex check to protect against LFI vulnerability More... almost 8 years ago
Revert: Remove pagination-sm class from DataTables paging container - 94d90ea3fbcb4db3449f351059abd0a087fa8180 More... almost 8 years ago