}
fn render_row(columns: &[String], row: &RowInput) -> String {
// This is O(n^2) & doesn't need to be
// TODO: Escape HTML special characters
}
fn render_row(columns: &[String], row: &RowInput) -> String {
// This is O(n^2) & doesn't need to be
// TODO: Escape HTML special characters