menu
geniuslink_design_system package
documentation
design_system/components/data/editable_table_generic.dart
EditableTableController<T>
selectedRowIndices property
selectedRowIndices property
dark_mode
light_mode
selectedRowIndices
property
Set
<
int
>
get
selectedRowIndices
Implementation
Set<int> get selectedRowIndices => {..._selRows};
geniuslink_design_system package
documentation
design_system/components/data/editable_table_generic
EditableTableController<T>
selectedRowIndices property
EditableTableController class