A data table component that supports single or multiple item selection.
For consistency, the selection API (itemsSelected and onSelectionChange) always uses arrays, even when selectionMode is set to "single".
itemsSelected
onSelectionChange
selectionMode
"single"
It only accepts one nesting level.
A data table component that supports single or multiple item selection.
For consistency, the selection API (
itemsSelectedandonSelectionChange) always uses arrays, even whenselectionModeis set to"single".