Skip to content

PageBlockTable

Type · TDLib 1.8.67 · d1085f9c

A table

PageBlockTable(
  caption: RichText,
  cells: list of list of PageBlockTableCell,
  is_bordered: Bool,
  is_striped: Bool,
  is_compact: Bool
) → PageBlock

caption

RichText

Table caption; may be null if none

cells

list of list of PageBlockTableCell

Table cells

is_bordered

Bool

True, if the table is bordered

is_striped

Bool

True, if the table is striped

is_compact

Bool

True, if table cells must have smaller indents