Columns and Table Rules
For a table The view that is displayed to a user on the Print page that allows the user to enter information for a label. A Designer can configure this view in the Form view on the Label Design page. in a label template or a form, the Column and Table Rules pane allows you to add or remove columns in a table, configure properties and styles for the table, and add styling rules to the table and to specific columns. Additional table options can be found in the Properties pane. For more information, see Control Properties.
Note: Styles defined by a Style Data Ref override the styles configured on a column.

You can use table rules to apply styling to rows that meet the specified criteria. Table rules are implemented in order beginning with the rule at the top, and the last rule overrides previous rules if applicable. Use the arrows to change the order in which the rules are implemented. Table rules are overridden by rules for the column for that cell.
Property | Description |
---|---|
Column Name |
The name of the column which the rule applies to. |
Operator |
The rule operator. Options include:
|
Value |
The data criteria. This field is case sensitive. |
Set Style |
Which style to modify. Options include Background Color, Font Color, Font Size, Font Style, Font Weight, and Text Decoration. |
Style Value |
How the style is modified. |

Property |
Description |
Accepted Values |
Key |
---|---|---|---|
Display Name |
Content for the column header. To use the name as defined in the data source, leave this field blank. |
String |
headerText |
Header Background Color |
The column header background color. You can select a color or enter a hexadecimal RGB color value. |
#000000 to #FFFFFF (Default) |
headerBackgroundColor |
Header Height |
The vertical span of the header row in pixels. |
0 to 999 (Default: 20) |
headerHeight |
Header Horizontal Align |
The horizontal alignment of text in the column header cell. |
left center (Default) right |
headerHorizontalAlign |
Header Font Color |
Color of characters in the column header. You can select a color or enter a hexadecimal RGB color value. |
#000000 (Default) to #FFFFFF |
headerFontColor |
Header Font Size |
The size of type in the column header in points. |
0 to 999 (Default: 12) |
headerFontSize |
Header Font Style |
Additional formatting for text in the column header. |
normal (Default) italic |
headerFontStyle |
Header Font Weight |
Additional formatting for text in the column header. |
normal bold (Default) |
headerFontWeight |
Header Opacity |
The opacity of the column header background color, where 0 is transparent and 1 is solid. |
0 to 1 (Default: .8) |
headerAlpha |
Header Text Decoration |
Additional formatting for text in the column header. |
none (Default) underline |
headerTextDecoration |
Header Word Wrap |
If text in a header cell reaches the column edge, whether to automatically move the text to the next line. True: Text is moved to the next line if it reaches the column edge. The Header Height does not change. False: Text is not moved to the next line if it reaches the column edge and does not display unless the column width is increased. |
true false (Default) |
headerWordWrap |

Column properties are overridden by those defined by a Style Data Ref.
Property |
Description |
Accepted Values |
Key |
---|---|---|---|
Column Name |
The name of the column in the data. |
String |
dataField |
Editable |
Whether a Designer can edit the contents of the column cells. |
true false (Default) |
allowEditing |
Horizontal Align |
The horizontal alignment of text in the column cells. |
left (Default) center right |
horizontalAlign |
Padding Bottom |
The margin between the text and the bottom of the column cells. |
0 (Default) to 999 |
paddingBottom |
Padding Left |
The margin between the text and the left edge of the column cells. |
0 (Default) to 999 |
paddingLeft |
Padding Right |
The margin between the text and the right edge of the column cells. |
0 (Default) to 999 |
paddingRight |
Padding Top |
The margin between the text and the top of the column cells. |
0 (Default) to 999 |
paddingTop |
Renderer |
Whether the column cells display text or a check box. To allow a check box to be selected, Editable must also be set to true for the column. |
checkbox text (Default) |
renderer |
Resizable |
Whether a Designer can adjust the column width. |
true (Default) false |
resizable |
Sortable |
Whether a Designer can sort the column cells. |
true (Default) false |
sortable |
Type |
The data type of values in the column. |
String (Default) Number Boolean |
datatype |
Text Decoration |
Additional formatting for text in the column cells. |
none (Default) underline |
textDecoration |
Vertical Align |
The vertical alignment of text in the column cells. |
top middle (Default) bottom |
verticalAlign |
Width |
The distance from the left edge of the column to the right edge of the column in pixels. |
0 to 999 (Default: 100) |
width |
Min Width |
The minimum width of the column in pixels. |
0 to 999 (Default: 20) |
minWidth |
Word Wrap |
If text in a cell reaches the column edge, whether to automatically move the text to the next line. True: Text is moved to the next line if it reaches the column edge. The Row Height does not change. False: Text is not moved to the next line if it reaches the column edge and does not display unless the column width is increased. |
true (Default) false |
wordWrap |

You can use column rules to apply styling to cells in the selected column that meet the specified criteria. Column rules are implemented in order beginning with the rule at the top, and the last rule overrides previous rules if applicable. Use the arrows to change the order in which the rules are implemented. Column rules override table rules for the cell. For more information, see Configure Table Rules.
Property | Description |
---|---|
Column Name |
The name of the column which the rule applies to. |
Operator |
The rule operator. Options include Equals, Not Equals, Begins With, Doesn't Begin With, Contains, Doesn't Contain, Is Empty, Is Not Empty, Is Null, and Is Not Null. |
Value |
The data criteria. This field is case sensitive. |
Set Style |
Which style to modify. Options include Background Color, Font Color, Font Size, Font Style, Font Weight, and Text Decoration. |
Style Value |
How the style is modified. |
Example
The following column rule sets the background color to green for cells containing January 1 in the Date column.
Column Name | Operator | Value | Set Style | Style Value |
---|---|---|---|---|
Date |
Equals |
January 1 |
Background Color |
green |