# Interface TableStyleOptions
Configuration options that define functional style of the various elements of Table
# 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).
# rowsPerPage
rowsPerPage?:
number
Number of rows per page
Default value is 25
# 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