menu
te_widgets package
documentation
widgets/table/table_configs.dart
TTableInteractionConfig<T>
onRowTap property
onRowTap property
dark_mode
light_mode
onRowTap
property
dynamic Function
(
T
item
,
int
index
)
?
onRowTap
final
Implementation
final Function(T item, int index)? onRowTap;
te_widgets package
documentation
widgets/table/table_configs
TTableInteractionConfig<T>
onRowTap property
TTableInteractionConfig class