DashboardTotalOptions

data class DashboardTotalOptions(val customLabel: String? = null, val placement: DashboardTableTotalsPlacement? = null, val scrollStatus: DashboardTableTotalsScrollStatus? = null, val totalCellStyle: DashboardTableCellStyle? = null, val totalsVisibility: DashboardVisibility? = null)

Constructors

Link copied to clipboard
fun DashboardTotalOptions(customLabel: String? = null, placement: DashboardTableTotalsPlacement? = null, scrollStatus: DashboardTableTotalsScrollStatus? = null, totalCellStyle: DashboardTableCellStyle? = null, totalsVisibility: DashboardVisibility? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customLabel: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard