menu
medha_boards_table package
documentation
controller/table_state.dart
TableState
isRowSelected method
isRowSelected method
dark_mode
light_mode
isRowSelected
method
bool
isRowSelected
(
String
rowId
)
Check if row is selected
Implementation
bool isRowSelected(String rowId) { return selectedRowIds.contains(rowId); }
medha_boards_table package
documentation
controller/table_state
TableState
isRowSelected method
TableState class