Configure MtxGrid row selection
mainThe grid supports both row and cell selection.
Row Selection:
multiSelectable: Enable multiple row selection (default:true).rowSelectable: Whether rows are selectable (default:false).rowSelected: Array of currently selected items.rowSelectionFormatter: UseMtxGridRowSelectionFormatterto disable specific rows or hide checkboxes.rowSelectedChange: Event emitted when selection changes.
Cell Selection:
cellSelectable: Whether cells are selectable (default:true).cellSelectedChange: Event emitted when a cell is selected.