Skip to main content

datatable_to_content_node

Function datatable_to_content_node 

Source
pub fn datatable_to_content_node(
    dt: &DataTable,
    max_rows: Option<usize>,
) -> ContentNode
Expand description

Render a DataTable as a structured ContentNode::Table. Used by wire_conversion::slot_extract_content and the REPL output path.