Custom Column Header Styling
STAGIL Tables supports inline HTML in column header names. You can use this to apply custom colors, bold text, background highlighting, badges, and other visual styles to your table headers.
This feature works by entering HTML directly into the Column name field in the column configuration dialog. No additional setup is required.
Before you begin
You need admin access to the STAGIL Table field configuration.
Only inline styles on
<span>elements are supported. External CSS or class names will not work.The styled header is visible to all users who can see the table. No per-user rendering differences.
Style a column header
Go to the configuration of your STAGIL Table field.
Select the column you want to customise.
In the Column name field, replace the plain text with an HTML
<span>tag that includes your desired styles.Save the configuration.
Basic pattern:
|
Example:
|
Styling examples:
Copy and paste any of the following values into the Column name field.
Bold coloured text
Makes the header stand out with a bold colour.
|
Badge
Wraps the header text in a coloured label. Useful for status-type columns or to call out key fields.
|
Background highlight
Adds a soft background colour behind the header text. Useful for drawing attention without being too bold.
|
Underline accent
A clean, minimal style with a coloured bottom border. Works well for understated emphasis.
|
Bold, Italic, Uppercase with Letter Spacing
This style emphasises the header using multiple text effects. It works well for columns that need strong visual attention without using background colours or badges.
|
Custom column header styling is supported in the issue view only.
It is not supported in the Table Navigator.