mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 03:49:34 +00:00
docs(data-table): update "Batch expansion" description
This commit is contained in:
parent
8c276ae097
commit
8b893bbfa1
1 changed files with 2 additions and 0 deletions
|
@ -1389,6 +1389,8 @@ Use `nonExpandableRowIds` to specify the ids for rows that should not be expanda
|
||||||
|
|
||||||
### Batch expansion
|
### Batch expansion
|
||||||
|
|
||||||
|
Set `batchExpansion` to `true` for the ability to expand and collapse all rows at once.
|
||||||
|
|
||||||
<DataTable batchExpansion
|
<DataTable batchExpansion
|
||||||
headers="{[
|
headers="{[
|
||||||
{ key: "name", value: "Name" },
|
{ key: "name", value: "Name" },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue