hasRowSelection property
bool
get
hasRowSelection
Whether row selection is enabled.
Implementation
bool get hasRowSelection => rowSelectionMode != TreeDataTableRowSelectionMode.none;
Whether row selection is enabled.
bool get hasRowSelection => rowSelectionMode != TreeDataTableRowSelectionMode.none;