From 8c276ae0970983d0fdcd2eb230cedd57e06ca1dc Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Wed, 17 Aug 2022 06:47:46 -0700 Subject: [PATCH] docs(data-table): "Expandable" -> "Expandable rows" --- docs/src/pages/components/DataTable.svx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/pages/components/DataTable.svx b/docs/src/pages/components/DataTable.svx index 2e7ffdfd..de6a5caf 100644 --- a/docs/src/pages/components/DataTable.svx +++ b/docs/src/pages/components/DataTable.svx @@ -1139,7 +1139,9 @@ Use `nonSelectableRowIds` to specify the ids for rows that should not be selecta -### Expandable +### Expandable rows + +Set `expandable` to `true` for rows to be expandable.