menu
flutter_web_data_table package
documentation
web_data_table.dart
WebDataTableSource
onTapRow property
onTapRow property
dark_mode
light_mode
onTapRow
property
dynamic Function
(
List
<
Map
<
String
,
dynamic
>
>
rows
,
int
index
)
?
onTapRow
final
Implementation
final Function(List<Map<String, dynamic>> rows, int index)? onTapRow;
flutter_web_data_table package
documentation
web_data_table
WebDataTableSource
onTapRow property
WebDataTableSource class