Skip to content

Commit 7ac898a

Browse files
HDS-4273 Add Info box around text
1 parent 1e87c2f commit 7ac898a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

website/docs/components/table/table/partials/code/how-to-use.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,11 @@ Add `isSelectable=true` to create a multi-select table. The `onSelectionChange`
578578

579579
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.
580580

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.
584+
585+
!!!
582586

583587
```handlebars
584588
<Hds::Table

0 commit comments

Comments
 (0)