From 3b22f8b6237037857eef3290a50b0b1e444ccf27 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Wed, 17 Aug 2022 06:44:55 -0700 Subject: [PATCH] docs(data-table): "Selectable" -> "Selectable rows (checkbox)" --- 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 059c7e2d..268e7500 100644 --- a/docs/src/pages/components/DataTable.svx +++ b/docs/src/pages/components/DataTable.svx @@ -1097,7 +1097,9 @@ In the following example, each row in the sortable data table has an overflow me -### Selectable +### Selectable rows (checkbox) + +Set `selectable` to `true` for rows to be multi-selectable.