Table
Tabular layout. `tableColumnLabels` is the ordered list of column header strings (the first label is conventionally an empty string when the leftmost column holds row identifiers rather than a property value). `tableRows` is the ordered list of rows. The renderer that produces a Table is responsible for keeping the column count consistent across rows; backends do not pad short rows or trim long ones.
- Subclass Of
Block