From 43bcbee7ba681ca8051f4e1515092abe3e072327 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 14 Aug 2022 15:01:24 -0700 Subject: [PATCH] docs(data-table): rename example "Selectable with batch actions" --- docs/src/pages/components/DataTable.svx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/components/DataTable.svx b/docs/src/pages/components/DataTable.svx index 2c130b56..784002f5 100644 --- a/docs/src/pages/components/DataTable.svx +++ b/docs/src/pages/components/DataTable.svx @@ -1111,7 +1111,7 @@ Use the `selectedRowIds` prop to specify which rows should be selected. -### Selectable with batch actions +### Batch selection with batch actions toolbar