Expand description
Trait abstracting per-row navigation for TableView and TreeTableView.
Flat tables answer arrow-up/down by stepping a contiguous index;
tree tables need to ask their TreeSlice for the next visible
flat-index. The shared keyboard handler in keyboard.rs is generic
over this trait so both widgets re-use the same key-matrix logic.