TemplateTableOptions

data class TemplateTableOptions(val cellStyle: TemplateTableCellStyle? = null, val headerStyle: TemplateTableCellStyle? = null, val orientation: TemplateTableOrientation? = null, val rowAlternateColorOptions: TemplateRowAlternateColorOptions? = null)

Constructors

Link copied to clipboard
constructor(cellStyle: TemplateTableCellStyle? = null, headerStyle: TemplateTableCellStyle? = null, orientation: TemplateTableOrientation? = null, rowAlternateColorOptions: TemplateRowAlternateColorOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The table cell style of table cells.

Link copied to clipboard

The table cell style of a table header.

Link copied to clipboard

The orientation (vertical, horizontal) for a table.

Link copied to clipboard

The row alternate color options (widget status, row alternate colors) for a table.