menu
geniuslink_design_system package
documentation
design_system/components/data/readable_table_controller.dart
ReadableTableController<T>
selectedRowIndices property
selectedRowIndices property
dark_mode
light_mode
selectedRowIndices
property
Set
<
int
>
get
selectedRowIndices
Implementation
Set<int> get selectedRowIndices => Set<int>.from(_selRows);
geniuslink_design_system package
documentation
design_system/components/data/readable_table_controller
ReadableTableController<T>
selectedRowIndices property
ReadableTableController class