TableFormatRule

data class TableFormatRule<FIELD, FILTER>(val id: Long, val enabled: Boolean = true, val base: Boolean = false, val columns: List<FIELD> = emptyList(), val cellStyle: TableCellStyleConfig = TableCellStyleConfig(), val filter: FILTER)

Constructors

Link copied to clipboard
constructor(id: Long, enabled: Boolean = true, base: Boolean = false, columns: List<FIELD> = emptyList(), cellStyle: TableCellStyleConfig = TableCellStyleConfig(), filter: FILTER)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Long