ReportColumn
A Column exported in a Report
TypeScript
export interface ReportColumn extendsExtends
Properties
| Property | Description |
|---|---|
| field | Field in the row to get cell data from; defaults to columnId |
| IsReadOnly | Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full') |
Property Details
field
Field in the row to get cell data from; defaults to columnId
TypeScript
field?: string;Property Value
string
IsReadOnly
Inherited from AdaptableObject
Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full')
TypeScript
IsReadOnly?: boolean;Property Value
boolean