There is 1 update.
 
 
Confluence / cid:jira-generated-image-avatar-1b021210-9d9f-44f6-8d41-a5d5e2b5445b CONFLUENCE-463 Closed

Propagate the style attribute of col element to table cells, allowing to migrate column sizes

 
View issue   ·   Add comment
 

1 update

 
cid:jira-generated-image-avatar-79f28b6f-7044-428e-ab1f-93363ead8b07 Changes by Raphaël Jakse on 03/Nov/25 09:42
 
Description: In HTML, table column can be stylized using the col tag, which can have a span attribute and a style attribute. The span attribute determines the number of rows that the col element relates to, and the style attribute should apply to the whole column.

Confluence uses this to give widths to columns.

We don't have such a concept in XWiki but a good approximation is to propagate the style attribute to the
the individual cells of the columns (so that styles like background colors apply to each cell of the column) .