docs(data-table): "Selectable" -> "Selectable rows (checkbox)"

This commit is contained in:
Eric Liu 2022-08-17 06:44:55 -07:00
commit 3b22f8b623

View file

@ -1097,7 +1097,9 @@ In the following example, each row in the sortable data table has an overflow me
<FileSource src="/framed/DataTable/DataTableAppendColumns" />
### Selectable
### Selectable rows (checkbox)
Set `selectable` to `true` for rows to be multi-selectable.
<FileSource src="/framed/DataTable/SelectableDataTable" />