0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Dec 13, 2024 — Dec 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update docs: Formatting of the example is now consistent More... about 2 years ago
Dev: Script to find the examples in the documentation, format them with prettier-m and then save back. This is to provide consistent formatting for the examples. More... about 2 years ago
Updated - docs: Updating the examples to make use of the global `DataTable` variable rather than jQuery (although that will still work perfectly well and is fully supported). This reflects a more modern style. More... about 2 years ago
Dev: Example index pages to run basic init JS More... about 2 years ago
Fix: Remove array compatibility methods for legacy browsers. More... about 2 years ago
Dev: Micro size reduction - about 15 bytes, but every little helps... More... about 2 years ago
Dev: The old aanFeatures array is legacy and no longer used More... about 2 years ago
Merge branch '2' of github.com:DataTables/DataTablesSrc into 2 More... about 2 years ago
Dev: Remove the `sDom` mapping from the constructor More... about 2 years ago
tweaked the words in the layout examples More... about 2 years ago
minor typo in dom ref page More... about 2 years ago
Dev: Correct grouping for feature docs More... about 2 years ago
Dev: Rename documentation for errMode to be consistent with other documentation More... about 2 years ago
Docs: Documentation for the new feature controls and their options More... about 2 years ago
New: `-api DataTable.feature.register()` method, used to register new feature plug-ins for use with `-init layout` New examples: `-init layout` examples More... about 2 years ago
New examples: Examples that explicitly show the use of the new `-init layout` option. More... about 2 years ago
Dev fix: Typo in sparkline example More... about 2 years ago
Dev: `-init dom` removal docs tweaks More... about 2 years ago
Fix - example: Foundation varient of form inputs example had margin under input elements More... about 2 years ago
Dev - fix: left and right mixed when doing the start / end change for BS4 More... about 2 years ago
Dev: More tweaks to attempt to support cash More... about 2 years ago
Fix: Remove `$.isEmptyObject()` call More... about 2 years ago
Fix: Remove `jQuery.map` usage - replace with Array.prototype.map or other suitable method More... about 2 years ago
Fix: Remove use of `jQuery.inArray`, replacing with `Array.prototype.indexOf` More... about 2 years ago
Merge branch '2' of github.com:DataTables/DataTablesSrc into 2 More... about 2 years ago
Fix: Remove the use of `$.merge` from DataTables core More... about 2 years ago
tweaks to some new reference pages More... about 2 years ago
Merge branch 'master' into 2 More... about 2 years ago
Fix - docs: Update `-api count()` example which could be correct in some circumstances and wrong in others! More... about 2 years ago
New: Boundary match option for search options New: Exact match option for search options New: `-api search()` and `-api column().search()` can have the search configuration options passed in (a new `-type DataTables.SearchOptions` has been created and documented) rather than needing to pass in a long list of arguments. The old method signatures have been retained for compatibility. More... about 2 years ago