From 3abf3008c88b274dc7fd80ac7c4764438aa516bb Mon Sep 17 00:00:00 2001 From: Carles Pastor Badosa Date: Sun, 29 Jan 2023 18:18:36 +0100 Subject: [PATCH] Trivial fix: Update selection plugin documentation left over from d4ad385819817d945cf1cc7b2c05a56a1237969a --- docs/plugins/selection/row-selection.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/plugins/selection/row-selection.md b/docs/plugins/selection/row-selection.md index 47237ac6..0ac626e6 100644 --- a/docs/plugins/selection/row-selection.md +++ b/docs/plugins/selection/row-selection.md @@ -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