source/models/export/tree_data_table_callbacks library
Classes
- TreeDataTableCellEvent
- Context for an interaction with a data cell.
- TreeDataTableRowEvent
- Context for an interaction with a data row.
Typedefs
- TreeDataTableCellCallback = void Function(TreeDataTableCellEvent event)
- Called when a user interacts with a data cell.
- TreeDataTableRowCallback = void Function(TreeDataTableRowEvent event)
- Called when a user interacts with a data row.