slickgrid
Advanced tools
Changelog
5.7.0 (2023-12-29)
updateColumns()
should be public use with column hidden (0dc5f6d)
updateColumns()
should be public use with column hidden (ee8f72f)
applyDefaults should make sure grid options object is defined (13d2ed0)
applyDefaults use provided grid options before applying defaults (7867d49)
changing enableCellNavigation
grid option not working (#949) (861a268)
core: SlickEventHandler should infer handler args Types (#948) (95d2156)
deps: update all dependencies & require Node 18 (#959) (ddbf5bb)
GroupItemMetaDataProvider should implements SlickPlugin (#956) (508aa7b)
use correct argument type on setData()
(0402700)
change DataView Grouping compileAccumulatorLoop
for CSP safe (#952) (be5f74e)
core: add rowHighlightCssClass
& highlightRow()
to SlickGrid (#950) (33e9f2e)
Changelog
5.5.3 (2023-11-24)
change dynamic html string w/CSP safe code to fix scroll, fix #914 (#919) (b672d96)
common: cell range decorator should be hidden after onDragEnd (#924) (b6d02cd)
Draggable shouldn't trigger dragEnd without first dragging (#921) (012b74c)
interactions remove callback 2x call & add event listeners to body (#918) (a37d263)