- API ›
- Constructors ›
- PageBlockTable
PageBlockTable
---types--- pageBlockTable#bf4dea82 bordered:flags.0?true striped:flags.1?true title:RichText rows:Vector<PageTableRow> = PageBlock
Belongs to
| PageBlock |
In Rust this constructor is a variant of the enums::PageBlock enum.
Match on it with: if let enums::PageBlock::PageBlockTable(v) = result { ... }
Parameters
| bordered | true | optional |
| striped | true | optional |
| title | RichText | required |
| rows | Vector<PageTableRow> | required |