mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +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
|
||||
|
||||
Set `batchExpansion` to `true` for the ability to expand and collapse all rows at once.
|
||||
|
||||
<DataTable batchExpansion
|
||||
headers="{[
|
||||
{ key: "name", value: "Name" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue