dataSourceTable property

DataSourceTable? dataSourceTable
getter/setter pair

A data source table anchored at this cell.

The size of data source table itself is computed dynamically based on its configuration. Only the first cell of the data source table contains the data source table definition. The other cells will contain the display values of the data source table result in their effective_value fields.

Implementation

DataSourceTable? dataSourceTable;