# Interface PivotTableStyleOptions
Configuration options that define functional style of the various elements of the PivotTable component.
# Properties
# alternatingColumnsColor
alternatingColumnsColor?:
boolean
Boolean flag whether to apply background color to alternate columns
# alternatingRowsColor
alternatingRowsColor?:
boolean
Boolean flag whether to apply background color to alternate rows.
# headersColor
headersColor?:
boolean
Boolean flag whether to fill header cells with background color
# height
height?:
number
Total height of the component, which is considered in the following order of priority:
- Value passed to this property (in pixels).
- Height of the container wrapping this component
- Default value of 500px (for component without header) or 525px (for component with header).
# highlightColor
highlightColor?:
string
Color of highlighted cells. If not specified, default value is light yellow (#ffff9c
).
# isAutoHeight
isAutoHeight?:
boolean
Boolean flag whether the height of the component should be automatically adjusted to fit the content
# membersColor
membersColor?:
boolean
Boolean flag whether to fill row members cells with background color
# rowHeight
rowHeight?:
number
Manual height of each row (default is 25px)
# rowsPerPage
rowsPerPage?:
number
Number of rows per page
Default value is 25
# totalsColor
totalsColor?:
boolean
Boolean flag whether to fill totals and subtotals cells with background color
# width
width?:
number
Total width of the component, which is considered in the following order of priority:
- Value passed to this property (in pixels)
- Width of the container wrapping this component
- Default value of 400px