pub fn datatable_to_content_node(
dt: &DataTable,
max_rows: Option<usize>,
) -> ContentNodeExpand description
Render a DataTable as a structured ContentNode::Table. Used by
wire_conversion::slot_extract_content and the REPL output path.