Data Table Styles
interface DataTableStyles
Content copied to clipboard
Functions
Properties
cellStyle
Link copied to clipboard
abstract val cellStyle: BasicParams.(value: IndexedValue<Any>, selected: Boolean, sorted: Boolean) -> Unit
Content copied to clipboard
TODO: find possibility to remove separate parameters and go back to
`IndexedValue<StatefulItem<Any>>`!headerStyle
Link copied to clipboard
hoveringStyle
Link copied to clipboard
abstract val hoveringStyle: BasicParams.(value: IndexedValue<Any>, selected: Boolean, sorted: Boolean) -> Unit
Content copied to clipboard
TODO: find possibility to remove separate parameters and go back to
`IndexedValue<StatefulItem<Any>>`!sorterStyle
Link copied to clipboard