Grid Selection Models
All Grid related selection models now have basic navigation support.
Videos inside the tickets.
- CellModel: #6300
- ColumnModel: #6302
- CellColumnModel: #6305
- CellRowModel: #6306
- CellColumnRowModel : #6307
Table selection models got moved from table.Container
into table.View
.
Using the config on a container is deprecated
, but will continue to work until Neo v9.
Just switch from {selectionModel: CellModel}
to {viewConfig: {selectionModel: CellModel}}
All spots inside the neo examples are already adjusted.
This change finally removes the need for selection models to increase the updateDepth
: #6309
Online demo for the grid: https://neomjs.com/examples/grid/container/
Online demo for the table: https://neomjs.com/examples/table/container/
The selection models look best using the dark theme and the new light theme is not finished yet.