pageBlockTable
Table
type tg.PageBlockTable struct { /* ... */ }
Implements PageBlock.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Bordered | bool | — | Does the table have a visible border? |
Striped | bool | — | Is the table striped? |
Title | RichTextClass | yes | Title |
Rows | []PageTableRow | yes | Table rows |
References
- Official documentation
- Generated Go reference
- TL definition:
pageBlockTable#bf4dea82