Skip to main content

render_view

Function render_view 

Source
pub fn render_view(
    spec: &ViewSpec,
    mode: ViewMode,
    rows: &[RowData],
) -> RenderedView
Expand description

Render a full page of rows for the resolved mode. Rows carry no id (suitable for previews). Use render_view_with_ids when records must be clickable.