table
Build a table widget.
Tables have three optional sections: the header, the body, and the footer.
Within each section, you can add entire rows of cells at once, or one at a time with the cell builder.
You can customize the table's styles at a number of levels, with more specific styles overriding less specific styles. The places you can customize are, from least-specific to most-specific:
Table: applies to every cell
Section: applies to all cells in the header, body, or footer
Table Column: applies to all cells in a column
Section Column: applies to all cells in a column for a single section
Row: applies to all cells in a row
Cell: applies to a single cell