models/events/selection_events library
Classes
- ClearSelectionEvent
- Clears all row and cell selections.
- SelectAllRowsEvent
- Selects all rows, or a specific set of row IDs if provided.
- SelectRowEvent
- Selects or toggles a single row.
- SelectRowsRangeEvent
- Selects a contiguous range of rows between two row IDs.
- SetSelectionModeEvent
- Changes the selection mode (none, single, or multiple).