slickgrid
Advanced tools
Changelog
5.0.0-alpha.1 (2023-09-19)
CJS fallbacks should be at the end not at beginning (a244ada)
copying multiple times only kept last undo CellExternalCopyManager (cdda3fb)
add new trading platform high frequency update grid (#835) (f86371b)
migrate all Decorator & Selection Plugins to TypeScript (#812) (cf3049e)
migrate all Menu/Buttons Plugins to TypeScript (#811) (c66c429)
migrate CheckboxSelector & State Plugins to TypeScript (#813) (2da9f7f)
migrate Draggable Grouping Plugins to TypeScript (#814) (0037c7d)
migrate RowMoveManager Plugins to TypeScript (#817) (8ad65ca)
Changelog
4.0.1 (2023-06-30)
getComputedStyle
could throw when DOM element is invalid (#800) (2cecba1)
onBeforeAppendCell
should only be used when it's a string (#802) (b367209)
allow for multiple css class names, fixes #795 (#797) (ab644b4)
demo: calling cancel or close button should close modal (#790) (6edfdd7)
demo: example with 3 plugins not sorting correctly (#788) (e749aa9)
Grid Menu is shown twice after changing frozen options (#793) (b458c23)
make sure DOM element is valid before calling method on it (#801) (b31a797)
remove invalid TS type and invalid this object (#786) (ca2393c)
replace some DOM Element functions not supported in Salesforce (#796) (e427bd2)
Changelog
3.0.1 (2022-11-14)
adjust the left/right canvas width properly when fullWidthRows is used (#664) (d3de81c)
auto-scroll should work even without jQueryUI (#703) (afca1a2)
auto-scroll should work even without jQueryUI (#703) (4e5397d)
editors: allow input editing with Flatpickr editor (#704) (2d64e47)
ensure H scrollbar is aways detected in resizeCanvas(). Fixes #709 (71bfd9a)
revert #674 and disable v scrolling only where options.autoHeight is (b156cfb), closes #711
Changelog
3.0.0 (2022-10-09)
adjust the left/right canvas width properly when fullWidthRows is used (#664) (d3de81c)
ensure npm exits (otherwise need to ctrl-c to get back to command prompt) (6dd4649)
gitCurrentBranchName should return the branch name not a process result object (b25be57)
ignore untracked files in update script (f213d8b)
replace inquirer with direct keyboard input (7f12612)