menu
dynamic_table package
documentation
dynamic_table_widget.dart
DynamicTableState
updateAllRows method
updateAllRows method
dark_mode
light_mode
updateAllRows
method
void
updateAllRows
(
List
<
List
>
values
)
Implementation
void updateAllRows(List<List<dynamic>> values) { _source.updateAllRows(values); }
dynamic_table package
documentation
dynamic_table_widget
DynamicTableState
updateAllRows method
DynamicTableState class