✅ You are viewing documentation for the latest version of Compose SDK.
Version:
# Type alias PivotTableDataPoint
PivotTableDataPoint:
object
Data point in a PivotTable.
# Type declaration
# entries
entries: object
A collection of data point entries that represents values for all related dataOptions.
#
entries.columnscolumns?:
DataPointEntry[]Data point entries for the
columnsdata options#
entries.rowsrows?:
DataPointEntry[]Data point entries for the
rowsdata options#
entries.valuesvalues?:
DataPointEntry[]Data point entries for the
valuesdata options
# isCaptionCell
isCaptionCell: boolean
Boolean flag that defines if the data point is a caption cell
# isDataCell
isDataCell: boolean
Boolean flag that defines if the data point is a data cell
# isTotalCell
isTotalCell: boolean
Boolean flag that defines if the data point is a total cell (subtotal or grandtotal)