You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/docs/components/table/table/partials/code/how-to-use.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -578,7 +578,11 @@ Add `isSelectable=true` to create a multi-select table. The `onSelectionChange`
578
578
579
579
This is a simple example of a table with multi-selection. Notice the `@selectionKey` argument provided to the rows, used by the `@onSelectionChange` callback to provide the list of selected/deselected rows as argument(s) for the invoked function.
580
580
581
-
**Note:** If you want the state of the checkboxes to persist after the model updates, you will need to provide an `identityKey` value.
581
+
!!! Info
582
+
583
+
If you want the state of the checkboxes to persist after the model updates, you will need to provide an `identityKey` value.
0 commit comments