Dashboard Table Options
data class DashboardTableOptions(val cellStyle: DashboardTableCellStyle? = null, val headerStyle: DashboardTableCellStyle? = null, val orientation: DashboardTableOrientation? = null, val rowAlternateColorOptions: DashboardRowAlternateColorOptions? = null)
Constructors
Link copied to clipboard
constructor(cellStyle: DashboardTableCellStyle? = null, headerStyle: DashboardTableCellStyle? = null, orientation: DashboardTableOrientation? = null, rowAlternateColorOptions: DashboardRowAlternateColorOptions? = null)
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.