Skip to content

Commit eabb633

Browse files
author
shleewhite
committed
fix: wording
1 parent fbe28dc commit eabb633

File tree

1 file changed

+8
-2
lines changed
  • website/docs/components/table/advanced-table/partials/code

1 file changed

+8
-2
lines changed

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

+8-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To ensure the Advanced Table is accessible, the columns in the nested rows **mus
7676

7777
!!! Warning
7878

79-
It is not currently supported to have `@isStriped`, `@isSelectable`, or sortable columns with nested rows. If your use case requires any of these features, please [contact the Design Systems Team](/about/support).
79+
It is not currently supported to have `@isStriped`, multi-select, or sortable columns with nested rows. If your use case requires any of these features, please [contact the Design Systems Team](/about/support).
8080

8181
!!!
8282

@@ -118,7 +118,7 @@ Add `isSortable=true` to the hash for each column that should be sortable.
118118

119119
!!! Warning
120120

121-
At this time, the Advanced Table does not support sortable nested rows. If this is a use case you require, contact the Design System team.
121+
At this time, the Advanced Table does not support sortable nested rows. If this is a use case you require, please [contact the Design Systems Team](/about/support).
122122

123123
!!!
124124

@@ -412,6 +412,12 @@ A multi-select Advanced Table includes checkboxes enabling users to select multi
412412

413413
Add `isSelectable=true` to create a multi-select Advanced Table. The `onSelectionChange` argument can be used to pass a callback function to receive selection keys when the selected rows change. You must also pass a `selectionKey` to each row which gets passed back through the `onSelectionChange` callback which maps the row selection on the Advanced Table to an item in your data model.
414414

415+
!!! Warning
416+
417+
At this time, the Advanced Table does not support multi-select nested rows. If this is a use case you require, please [contact the Design Systems Team](/about/support).
418+
419+
!!!
420+
415421
#### Simple multi-select
416422

417423
This is a simple example of an Advanced 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:

0 commit comments

Comments
 (0)