Skip to main content

pageTableCell

Table cell

type tg.PageTableCell struct { /* ... */ }

Fields

NameTypeRequiredDescription
HeaderboolIs this element part of the column header
AlignCenterboolHorizontally centered block
AlignRightboolRight-aligned block
ValignMiddleboolVertically centered block
ValignBottomboolBlock vertically-aligned to the bottom
TextRichTextClassContent
ColspanintFor how many columns should this cell extend
RowspanintFor how many rows should this cell extend

References