0
I Use This!
Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jun 14, 2023 — Jun 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
New: Add license file to the package for clarity of license (MIT) Update: Name of readme file for consistency with other DataTables extensions More... about 9 years ago
New: Integration with Scroller. FixedColumns and Scroller can now be used on the same table. More... about 9 years ago
Fix: When multiple columns were fixed, it could cause an offset in the data rendered due to the use of visible elements only. The fix is to use DataTables' cache of cells for the row. More... over 9 years ago
Dev: Update make file for markdown readme More... over 9 years ago
FixedColumns 3.0.3 release More... over 9 years ago
Merge branch 'master' of github.com:DataTables/FixedColumns More... over 9 years ago
Update: When building the fixed body, use the elements that are in the DOM rather than from the DataTable. This means that child rows can be cloned as well. More... over 9 years ago
Merge pull request #31 from iiSeymour/patch-1 More... over 9 years ago
Rename Readme.txt to README.md More... over 9 years ago
Merge branch 'master' of github.com:DataTables/FixedColumns More... over 9 years ago
Fix #10 - Don't show scrollbars on the fix elements when using Mac zero width scrollbars More... over 9 years ago
Merge pull request #29 from tms/sanity-check More... over 9 years ago
Change sanity check to actually check sanely More... over 9 years ago
Fix: Defaults couldn't be given in camelCase More... almost 10 years ago
FixedColumns 3.0.2 More... almost 10 years ago
Update: Add CommonJS loader support and make AMD loader anonymous More... almost 10 years ago
FixedColumns 3.0.2 development begins More... about 10 years ago
Fix: Not all browsers support the `wheel` event. Use `wheel` and `mousewheel` now, selecting which one the browser supports. More... about 10 years ago
FixedColumns release 3.0.1 More... about 10 years ago
Fix: Old IE will report border width as a string More... over 10 years ago
Merge branch 'master' of github.com:DataTables/FixedColumns More... over 10 years ago
Fix #19 - Destroy wasn't removing attached events correctly More... over 10 years ago
Merge pull request #17 from krisdigital/master More... over 10 years ago
Added touchstart event for touch devices, tested on iPad More... over 10 years ago
New: Bower support - available under the name `datatables-fixedcolumns` More... over 10 years ago
New: Add readme to repo More... over 10 years ago
Dev: `draw` event is now namespaced with `dtfc` More... over 10 years ago
Bumping version to 3.0.0 as this is a significant update to FixedColumns and not all old options are still available More... over 10 years ago
Dev: Small update to comments on fixed size since this actually works in DataTables now! More... over 10 years ago
Fix: Remove `id` attribute from cloned TR elements More... over 10 years ago