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

This commit is contained in:
Eric Liu 2022-08-17 06:47:31 -07:00
commit d65d1d4b85

View file

@ -1127,7 +1127,9 @@ You can also prevent the default "Cancel" behavior in the dispatched `on:cancel`
<FileSource src="/framed/DataTable/DataTableBatchSelectionToolbarControlled" /> <FileSource src="/framed/DataTable/DataTableBatchSelectionToolbarControlled" />
### Selectable (radio) ### Selectable rows (radio)
Set `radio` to `true` for only one row to be selected at a time.
<FileSource src="/framed/DataTable/RadioSelectableDataTable" /> <FileSource src="/framed/DataTable/RadioSelectableDataTable" />