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.