Skip to main content

Module tree_grid

Module tree_grid 

Source
Expand description

A virtualized grid over a caller-flattened hierarchy.

TreeGrid does not discover topology, flatten nodes, or own expansion and selection. The caller supplies visible rows in reading order and receives selection and expansion intents. Only materialized viewport rows publish the ARIA hierarchy TreeGrid > Row > GridCell.

Columns are fixed or flexible within the available width. There is no horizontal scrolling or frozen-column behavior.

Structsยง

TreeGrid
A product-neutral, caller-owned virtualized treegrid adapter.
TreeGridRow
One already-visible hierarchy row, identified by stable business identity.