Home > @infiniteobjects/shopify-data-manager > AdminTypes > TableDataColumn
A nested array representation of the data. An index in an array represents a row number.
Signature:
export interface TableDataColumn
| Property | Modifiers | Type | Description |
|---|---|---|---|
| comparedTo | Scalars[‘String’][‘output’] | For comparison columns, indicates the column to compare to. | |
| dataType | Scalars[‘String’][‘output’] | The data type of the column value. | |
| displayName | Scalars[‘String’][‘output’] | The display name of the column in the data model. | |
| name | Scalars[‘String’][‘output’] | The name of the column in the data model. |