TableScope
class TableScope
Receiver of table { ... }.
Adds rows to the table. Use header for the optional header row (which receives a default light-gray background and bold text style) and row for body rows. Iterate a list of model objects with forEach { row { ... } } to populate the table from a data source.