columns property

int columns

Returns the number of columns in the table.

To add a new column, use insertColumn.

Implementation

int get columns => _table[0].length;