0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 19 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
FixedColumns 3.2.0 release More... over 8 years ago
Dev: Update AMD and CommonJS loaders - allows a root window to be passed into the CommonJS loader for full compatibility with jQuery. More... over 8 years ago
New: Optimisation - when column visibility changes, if DataTables has been told not to recalculate column sizes, FixedColumns will not redraw. It is expected that `dt-api columns.adjust()` will be used once all column's have had their visibility set to correctly align the columns. More... over 8 years ago
Bumping version due to AMD / CommonJS name change More... over 8 years ago
Dev: Update AMD and CommonJS require names to use `datatables.net` for consistency in DataTables core and all extensions, for use with published npm and bower packages. More... over 8 years ago
Fix: Rework of AMD and CommonJS loaders to present a consistent require interface and naming for DataTables and all of its extensions More... over 8 years ago
New: When using CommonJS allow jQuery and DataTables objects to be passed in Dev: Restructure the UMD loader for consistency with the rest of the DataTables project More... over 8 years ago
Fix: Extend the default prototype rather than overwriting with a plain object More... over 8 years ago
FixedColumns 3.1.0 release More... over 8 years ago
Update readme to refer to the `fixedColumns` init option More... over 8 years ago
Add text to license file to make it explicit that it is the MIT license More... over 8 years ago
Fix: If the mouse was left in position over the table, and the page refreshed using the keyboard, if you scrolled without moving the mouse it would cause the fixed elements to become misaligned from the main table. More... over 8 years ago
Dev: Remove ColVis CSS reference (not needed in Buttons) Dev: Set a width for the footer input elements More... over 8 years ago
Merge branch 'master' of github.com:DataTables/FixedColumns More... over 8 years ago
New: Initialisation through the `fc-init fixedColumns` option in the DataTables constructor options New: Integration with the DataTables API to expose the FixedColumns API New: Reference documentation matching the other extensions More... over 8 years ago
Merge pull request #45 from kyleguate/patch-1 More... almost 9 years ago
Update Readme.md More... almost 9 years ago
Dev: make file updated to use new framework compiling options from DataTables core More... almost 9 years ago
New: Foundation and jQuery UI styling integration moved directly into the repo to match the new file structure for DataTables extensions More... almost 9 years ago
Dev: Remove redundant Bootstrap CSS More... almost 9 years ago
Dev: Restructing the FixedColumns SCSS file More... almost 9 years ago
New: Bootstrap integration moved directly into the repo to match the new superstructure for all DataTables extensions More... almost 9 years ago
Fix: Memory leak when redrawing the table as event listeners were not removed More... about 9 years ago
Fix: Memory was not being fully released on destroy. More... about 9 years ago
Fix: Column visiblity event listener wasn't being removed on destroy More... about 9 years ago
Release 3.0.4 More... about 9 years ago
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... about 9 years ago
Dev: Update make file for markdown readme More... about 9 years ago