Tables Properties
Reference documentation for Servoy Theme Tables Properties
Last updated
Reference documentation for Servoy Theme Tables Properties
Last updated
The Tables Properties section defines the styling of table and NG Grids components within the application. Tables are often used to display structured data, and these properties ensure that they are both functional and aesthetically pleasing.
Some properties have an additional button: Select Color
, which opens the color chooser wizard.
Here's an in-depth look at each property:
Sets the background color for the entire table.
Value: Inherit or hex color code (e.g., inherit
).
Specifies the width of the table's borders.
Value: CSS size value (e.g., 1px
).
Defines the border radius of the table, providing rounded corners if desired.
Value: CSS size value (e.g., 0
).
Sets the background color for the table header.
Value: Inherit or hex color code (e.g., inherit
).
Defines the text color for the table header.
Value: Hex color code (e.g., @text-color
).
Specifies the font style for the table header text.
Value: CSS font style (e.g., normal
).
Defines text transformation for the table header (e.g., uppercase).
Value: CSS text-transform value (e.g., uppercase
).
Sets the background color for odd-numbered table rows.
Value: Hex color code (e.g., @body-bg
).
Defines the text color for odd-numbered table rows.
Value: Hex color code (e.g., @text-color
).
Sets the background color for even-numbered table rows.
Value: Hex color code (e.g., @body-bg
).
Defines the text color for even-numbered table rows.
Value: Hex color code (e.g., @text-color
).
Specifies the background color for selected table rows.
Value: Hex color code (e.g., @main-color
).
Sets the text color for selected table rows.
Value: Hex color code (e.g., @main-color-inverse
).
Defines the border width for table rows.
Value: CSS size value (e.g., 1px
).
Sets the background color for row groups in NGGrids.
Value: Hex color code (e.g., @body-bg
).
Defines the text color for row groups in NGGrids.
Value: Hex color code (e.g., @text-color
).
Sets the background color for the first level of row groups in NGGrids.
Value: Hex color code (e.g., #F9F9F9
).
Defines the text color for the first level of row groups in NGGrids.
Value: Hex color code (e.g., @main-color
).
Sets the font weight for cells in row groups.
Value: CSS font-weight value (e.g., bold
).
Defines the background color for the NGGrids menu panel.
Value: Hex color code (e.g., @body-bg
).
Sets the text color for the NGGrids menu panel.
Value: Hex color code (e.g., @text-color
).
Specifies the background color for the NGGrids side panel.
Value: Hex color code (e.g., #F9F9F9
).
Sets the background color for buttons in the NGGrids side panel.
Value: Hex color code (e.g., @body-bg
).
Defines the text color for buttons in the NGGrids side panel.
Value: Hex color code (e.g., @text-color
).
Specifies the background color for selected buttons in the NGGrids side panel.
Value: Hex color code (e.g., #F9F9F9
).
Sets the text color for selected buttons in the NGGrids side panel.
Value: Hex color code (e.g., @text-color
).
Defines the height of the search field in NGGrids.
Value: CSS size value (e.g., 32px
).