docs(data-table): "Expandable and selectable" -> "Expandable and selectable rows"

This commit is contained in:
Eric Liu 2022-08-17 06:50:21 -07:00
commit 2a999d415a

View file

@ -1448,7 +1448,9 @@ Set `batchExpansion` to `true` for the ability to expand and collapse all rows a
</svelte:fragment>
</DataTable>
### Expandable and selectable
### Expandable and selectable rows
The `batchExpansion` and `batchSelection` props can be used together.
<FileSource src="/framed/DataTable/DataTableExpandableSelectable" />