table
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
table
table-core
/
ua.wwind.table.config
/
DefaultTableCustomization
Default
Table
Customization
class
DefaultTableCustomization
<
T
:
Any
,
C
>
:
TableCustomization
<
T
,
C
>
Default no-op customization.
Members
Constructors
Default
Table
Customization
Link copied to clipboard
constructor
(
)
Functions
resolve
Cell
Style
Link copied to clipboard
@
Composable
open
fun
resolveCellStyle
(
ctx
:
TableCellContext
<
T
,
C
>
)
:
TableCellStyle
resolve
Group
Style
Link copied to clipboard
@
Composable
open
fun
resolveGroupStyle
(
ctx
:
TableGroupContext
<
T
,
C
>
)
:
TableCellStyle
Resolve style for a full-width group header cell
resolve
Row
Style
Link copied to clipboard
@
Composable
open
fun
resolveRowStyle
(
ctx
:
TableRowContext
<
T
,
C
>
)
:
TableRowStyle