columnTable method

List<TableRow> columnTable()
inherited

A utility for create a list of table rows in a table.

Implementation

List<TableRow> columnTable() { return <TableRow>[]; }