Skip to content

Grid Selection Models

Compare
Choose a tag to compare
@tobiu tobiu released this 26 Jan 20:48
· 66 commits to dev since this release

All Grid related selection models now have basic navigation support.
Videos inside the tickets.

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.

Screenshot 2025-01-26 at 21 56 01