Data Table Context
This context class integrates the configuration and the DSL for the whole data table using sub contexts with their own DSLs.
The main purpose is to integrate this directly into the DataTableComponent via delegation (DefaultContext).
See also
Functions
Link copied to clipboard
abstract fun columns(styling: BoxParams.(IndexedValue<StatefulItem<T>>) -> Unit = {}, expression: ColumnsContext<T>.() -> Unit)
Content copied to clipboard
Link copied to clipboard
abstract fun header(styling: Style<BasicParams> = {}, expression: HeaderContext.() -> Unit)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun prependAdditionalColumns(expression: ColumnsContext<T>.() -> Unit)
Content copied to clipboard