pub type ColumnRenderFn = fn(Option<&Value>, &Value, usize) -> Element;
Type alias for custom render function. Takes (value, record, index) and returns Element.