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
fun DashboardTableOptions(cellStyle: DashboardTableCellStyle? = null, headerStyle: DashboardTableCellStyle? = null, orientation: DashboardTableOrientation? = null, rowAlternateColorOptions: DashboardRowAlternateColorOptions? = null)