ColumnRenderFn

Type Alias ColumnRenderFn 

Source
pub type ColumnRenderFn = fn(Option<&Value>, &Value, usize) -> Element;
Expand description

Type alias for custom render function. Takes (value, record, index) and returns Element.