menu
dynamic_table package
documentation
dynamic_table_source.dart
DynamicTableSource
onRowEdit property
onRowEdit property
dark_mode
light_mode
onRowEdit
property
bool
Function
(
int
index
,
List
row
)
?
onRowEdit
final
Implementation
final bool Function(int index, List<dynamic> row)? onRowEdit;
dynamic_table package
documentation
dynamic_table_source
DynamicTableSource
onRowEdit property
DynamicTableSource class