MadelineProtoDocs/docs/API_docs/constructors/pageBlockTable.md
2024-05-01 14:53:46 +02:00

920 B

title description nav_exclude image
pageBlockTable Table true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: pageBlockTable

Back to constructors index

Table

Attributes:

Name Type Required Description
bordered Bool Optional Does the table have a visible border?
striped Bool Optional Is the table striped?
title RichText Yes Title
rows Array of PageTableRow Yes Table rows

Type: PageBlock

Example:

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