Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions docs/plugins/selection/row-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ const grid = new Grid({
`
} scope={{RowSelection}} />

:::note
In the example above, the 3rd cell (which is `row.cell(2).data`) has been selected as the row identifier which is
the "Email" field. Note that the first cell is the checkbox column.
:::


## Selected rows

The selection plugin uses a Redux architecture and that means each selection instance has its own unique Store which keeps
Expand Down