pub fn column_header_node(id: NodeId, col: usize, label: &str) -> A11yNodeExpand 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.