LearnNewsExamplesServices
Frontmatter
tagName8.10.0
nameGrid Selection Models
publishedAt1/26/2025, 8:48:50 PM
isPrerelease
isDraft

Grid Selection Models

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: https://github.com/neomjs/neo/issues/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