Skip to main content

column_header_node

Function column_header_node 

Source
pub fn column_header_node(id: NodeId, col: usize, label: &str) -> A11yNode
Expand description

Create a column-header A11yNode with a visible label and position hint.

The label is the column header text; the description encodes the column position (1-based) for screen readers that don’t expose the label separately.