TableTheme

fun TableTheme(tableColors: TableColors = LocalTableColors.current, tableDimensions: TableDimensions = LocalTableDimensions.current, tableConfiguration: TableConfiguration = LocalTableConfiguration.current, tableValidator: Validator = DefaultValidator(), content: @Composable () -> Unit)

Composable function to provide table-related theme settings to the content.

Parameters

tableColors

The colors to be used in the table.

tableDimensions

The dimensions to be used in the table.

tableConfiguration

The configuration settings for the table.

tableValidator

The validator to be used for table validation.

content

The composable content to which the theme settings will be applied.