Expand description
Different selection models for Table.
Modules§
Structs§
- Cell
Selection - Select a single cell in the table.
- NoSelection
- Doesn’t do any selection for the table.
- RowSelection
- Allows selecting a single row of the table.
- RowSet
Selection - Allows selection an active range of rows.