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

borderedtrueoptional
stripedtrueoptional
titleRichTextrequired
rowsVector<PageTableRow>required