tableCells property
Properties and contents of each cell.
Cells that span multiple columns are represented only once with a column_span greater than 1. As a result, the length of this collection does not always match the number of columns of the entire table.
Implementation
core.List<TableCell>? tableCells;