Table
pageBlockTable#bf4dea82 flags:# bordered:flags.0?true striped:flags.1?true title:RichText rows:Vector<PageTableRow> = PageBlock;
| Name | Type | Description |
|---|---|---|
| flags | # | Flags, see TL conditional fields |
| bordered | flags.0?true | Does the table have a visible border? |
| striped | flags.1?true | Is the table striped? |
| title | RichText | Title |
| rows | Vector<PageTableRow> | Table rows |