Turn Column into Table Header
You can make the first column of a table look like a table header. This is useful if you want a table with the header running vertically down the side, instead of the standard header row across the top.
To make the first column in a table look like a table header:
-
Select the topic or component in the Content Manager to open it in the Editor.
-
Select a cell in the table.
-
Select the
table
orinformaltable
element and choose Go to element in the Element Structure Menu. -
Add the
tabstyle
attribute and in the Element Attributes Panel. -
Set the value to
rowheader-firstcol
. -
Select Save.
When you publish, Paligo will style the cells in the first column in the same way as table header cells.
Note
If your table already contains a header row, adding a table header column will make it look like it has both vertical and horizontal headers.
To remove the table header row, select any cell in the table header. Select the thead
element in the Element Structure Menu. From the
menu, select Cut to remove the thead
element.