slickgrid
Advanced tools
Install Socket
Detect and block malicious and high-risk dependencies
Versions
Changelog
2.4.37 (2021-06-25)
broken UI when loading grid from hidden div/tab (#618) (2ba2007)
plugin: only check override if we can move row in first place (#613) (2ffccc6)
2.4.36 (2021-05-18)
setOptions should call setOverflow when changing frozenColumns (#608) (4af8c72)
setOptions
setOverflow
left frozen section shoudn't go over viewport width, fix #473 (#607) (f229917)
2.4.35 (2021-05-09)
deactivate edit controller shouldn't throw when active is null (#604) (28f44a3)
get viewport node by specified row and column like canvas (#601) (4edcca2)
2.4.34 (2021-04-09)
add better error message when throwing (#599) (4bac2f8)
add target to onBeforeEditCell (#594) (e06f1a2)
onBeforeEditCell
expose reRenderColumns as public method (#583) (3f6e7d7)
reRenderColumns
2.4.33 (2021-02-02)
add getItemsCount function to DataView & update few npm packages (#569) (19bf981)
add item count to data change handlers (#570) (32e03d5)
2.4.32 (2020-12-02)
add grid object to all Formatter calls (#558) (8d957f1)
editors: make sure editor exist before trying to focus on it (#554) (69a6b86)
remove mousewheel scroll handler when option is disable (#557) (702c793)
we should remove all event listeners when calling destroy (#556) (708b070)
add columnId to onColumnsChanged event (#561) (319046e)
add enableMouseWheelScrollHandler option to allow dynamic load (#555) (5077d31)
2.4.31 (2020-11-14)
2.4.30 (2020-10-14)
core: we should never show vertical scroll on left frozen container (#537) (aa42f8b)
resizer: add flag to apply resize to grid container, default false (#538) (beeb622)
core: add column object to onCellChange event (#539) (0d9ee69)
editors: add all Editors instance refs to Composite Editor options (#540) (2160f31)
2.4.29 (2020-09-25)
core: add a supressColumnSet on setOptions method (#534) (e333c9d)
plugins: add "hidden" property to all plugins with menu items (#532) (efc5608)
2.4.28 (2020-09-05)