Releases: 6pac/SlickGrid
5.18.3
5.18.2
5.18.1
5.18.1 (2026-01-20)
Bug Fixes
- double-clicking a checkmark icon should keep current cell selection (#1172) (138d298)
- HeaderMenu/ColumnPicker hiding column need re-render Header Groups (#1167) (8412011)
- HybridSelectionModelOption should all be optional (#1173) (5889639)
Features
- Master/Detail grids, allow single row click w/o checkbox column (43e31fa)
5.18.0
5.17.2
5.17.1
5.17.1 (2025-11-01)
Bug Fixes
5.17.0 - Hybrid Selection Mode
5.17.0 (2025-10-28)
Thanks to Ben (6pac), we now have a great new plugin Hybrid Selection Model which is a merge of both Cell & Row Selection Models + extra features. This new plugin was created to overcome a restriction in SlickGrid which is that only 1 selection model can be registered at a time, and so with this new Hybrid Selection Model we can now do a Cell & Row Selections in the same grid via this new all-in-one plugin. It also comes with extra new features that are replicating some Excel behaviors, for example after a cell selection is made, you can now use the bottom-right corner (little square) to expand the selection further, you can also use an optional Drag-Fill logic to auto-fill cell values which is also similar to Excel (you can see animated gif in PR #1143 and/or open examples below).🎉 We also just reached 2000 stars ⭐ Thank you!
See 2 new examples for this new Hybrid Selection Model & optional Drag-Fill (similar to Excel for auto-filling cell values while dragging)
- Spreadsheet with drag-fill, hybrid selection model and context menu
- Hybrid (row or column) SelectionModel
Note: v5.16.0 was skipped by mistake while creating a new release workflow
Bug Fixes
- auto-scroll outside the viewport should stop Row Move dragging (#1138) (1296a40)
- Bug Fix Pre-edit Click mode (PreClick) and create example (#1150) (a8415a0)
- column freeze + reorder same order could cause columns misalignment (#1141) (9d523f5)
- column header reorder should keep scroll position even frozen grid (#1148) (3177551)
- show an alert to user when trying to freeze wider than viewport (#1142) (9e85fa6)
- small fix in Row Detail plugin to make it work with Grouping (#1145) (f24ac05)
- validate allowed frozen column & alert when invalid (#1147) (e39304a)