A Column exported in a Report

TypeScript
export interface ReportColumn extends
Extends

AdaptableColumnBase

Properties

PropertyDescription
fieldField in the row to get cell data from; defaults to columnId
IsReadOnlySets 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