AnalysisTotalOptions

data class AnalysisTotalOptions(val customLabel: String? = null, val placement: AnalysisTableTotalsPlacement? = null, val scrollStatus: AnalysisTableTotalsScrollStatus? = null, val totalAggregationOptions: List<AnalysisTotalAggregationOption>? = null, val totalCellStyle: AnalysisTableCellStyle? = null, val totalsVisibility: AnalysisVisibility? = null)

Constructors

Link copied to clipboard
constructor(customLabel: String? = null, placement: AnalysisTableTotalsPlacement? = null, scrollStatus: AnalysisTableTotalsScrollStatus? = null, totalAggregationOptions: List<AnalysisTotalAggregationOption>? = null, totalCellStyle: AnalysisTableCellStyle? = null, totalsVisibility: AnalysisVisibility? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customLabel: String? = null

The custom label string for the total cells.

Link copied to clipboard

The placement (start, end) for the total cells.

Link copied to clipboard

The scroll status (pinned, scrolled) for the total cells.

Link copied to clipboard

The total aggregation settings for each value field.

Link copied to clipboard

Cell styling options for the total cells.

Link copied to clipboard

The visibility configuration for the total cells.