Skip to main content

render_row

Function render_row 

Source
pub fn render_row(spec: &ViewSpec, row: &RowData) -> RenderedRow
Expand description

Render a single row according to a spec.

Composed cells render first (in spec order) and mark their fields consumed; the remaining list_fields() (already filtered to exclude Hidden/ DetailOnly and sorted by priority) render as simple cells. Hidden fields are never read from row.