TableConfiguration

data class TableConfiguration(val headerActionsEnabled: Boolean = false, val editable: Boolean = true, val textInputViewMode: Boolean = true, val groupTables: Boolean = true)

Data class representing the configuration settings for the table component.

Constructors

Link copied to clipboard
constructor(headerActionsEnabled: Boolean = false, editable: Boolean = true, textInputViewMode: Boolean = true, groupTables: Boolean = true)

Properties

Link copied to clipboard
val editable: Boolean = true

Indicates if the table cells are editable.

Link copied to clipboard
val groupTables: Boolean = true
Link copied to clipboard

Indicates if header actions are enabled.

Link copied to clipboard

Indicates if the text input view mode is enabled.