Skip to main content

Module keyboard

Module keyboard 

Source
Expand description

Shared keyboard handler for TableView and TreeTableView.

The handler is generic over RowNavigator so flat and tree navigation reuse the same key matrix. Tree-specific arrow-left / arrow-right collapse/expand semantics fall through automatically because the trait’s default is_expanded / has_children / toggle_expanded methods are no-ops on a flat table.