Link Search Menu Expand Document

Constructor: pageBlockTable

Back to constructors index

Table

Attributes:

NameTypeRequiredDescription
borderedBoolOptionalDoes the table have a visible border?
stripedBoolOptionalIs the table striped?
titleRichTextYesTitle
rowsArray of PageTableRowYesTable rows

Type: PageBlock

Example:

$pageBlockTable = ['_' => 'pageBlockTable', 'bordered' => Bool, 'striped' => Bool, 'title' => RichText, 'rows' => [PageTableRow, PageTableRow]];