Module selection

Module selection 

Source
Expand description

Different selection models for Table.

Modules§

cellselection
noselection
rowselection
rowsetselection

Structs§

CellSelection
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.
RowSetSelection
Allows selection an active range of rows.