From 8b893bbfa13ede8d75436fa1420221b1b5aec180 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Wed, 17 Aug 2022 06:48:58 -0700 Subject: [PATCH] docs(data-table): update "Batch expansion" description --- docs/src/pages/components/DataTable.svx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/pages/components/DataTable.svx b/docs/src/pages/components/DataTable.svx index de6a5caf..51c339da 100644 --- a/docs/src/pages/components/DataTable.svx +++ b/docs/src/pages/components/DataTable.svx @@ -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. +