header
fun header(styling: BasicParams.(sorting: Sorting) -> Unit = {}, content: Div.(column: Column<T>) -> Unit)
Content copied to clipboard
This function enables the configuration for the header of one column.
See also
Parameters
styling
a lambda expression for declaring the styling as fritz2's styling DSL
content
a lambda expression with a Div based render context as receiver and a passed Column instance