Multi-row selection with shift-range support.
Selection survives paging: ids stay selected even when their rows are not loaded, which is why getSelectedRows returns only the loaded subset while selectedIds holds everything.
getSelectedRows
selectedIds
The row type.
The currently loaded page.
Stable identity for a row.
Optional
Called with every selected id after each change.
The selection state and its mutators.
Multi-row selection with shift-range support.
Selection survives paging: ids stay selected even when their rows are not loaded, which is why
getSelectedRowsreturns only the loaded subset whileselectedIdsholds everything.