StyledColumn
Core Styled Column object
export interface StyledColumn extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| BadgeStyle | BadgeStyle | Displays cell values in Column as a Badge |
| BulletChartStyle | BulletChartStyle | Styles a numeric column with single-row Bullet Chart, showing value as bar, target as marker and optional bands behind bar |
| ColumnId | string | Id of Column being styled |
| GradientStyle | GradientStyle | Styles a numeric column with a Gradient |
| IconStyle | IconStyle | Styles a column where each cell displays an icon looked up from a list of key → icon mappings |
| Name | string | Unique Name of Styled Column - used to identify it in Adaptable UI and APIs |
| PercentBarStyle | PercentBarStyle | Styles a numeric column so each cell displays a 'Bar' |
| RangeBarStyle | RangeBarStyle | Styles a numeric column as Range Bar - track showing where cell value sits between Min and Max |
| RatingStyle | RatingStyle | Styles a numeric column as a Rating - row of icons filled according to cell value |
| RowScope | RowScope | Which rows will render the Styled Column (data / group / summary total) |
| SparklineStyle | SparklineStyle | Displays a Sparkline Chart in an array column |
| IsReadOnly | boolean | Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full') |
| IsSuspended | boolean | Suspends (i.e. turns off) an Adaptable Object |
Property Details
BadgeStyle
Displays cell values in Column as a Badge
BadgeStyle?: BadgeStyle;Property Value
BulletChartStyle
Styles a numeric column with single-row Bullet Chart, showing value as bar, target as marker and optional bands behind bar
BulletChartStyle?: BulletChartStyle;Property Value
ColumnId
Id of Column being styled
ColumnId: string;Property Value
string
GradientStyle
Styles a numeric column with a Gradient
GradientStyle?: GradientStyle;Property Value
IconStyle
Styles a column where each cell displays an icon looked up from a list of key → icon mappings
IconStyle?: IconStyle;Property Value
Name
Unique Name of Styled Column - used to identify it in Adaptable UI and APIs
Name: string;Property Value
string
PercentBarStyle
Styles a numeric column so each cell displays a 'Bar'
PercentBarStyle?: PercentBarStyle;Property Value
RangeBarStyle
Styles a numeric column as Range Bar - track showing where cell value sits between Min and Max
RangeBarStyle?: RangeBarStyle;Property Value
RatingStyle
Styles a numeric column as a Rating - row of icons filled according to cell value
RatingStyle?: RatingStyle;Property Value
RowScope
Which rows will render the Styled Column (data / group / summary total)
RowScope?: RowScope;Property Value
SparklineStyle
Displays a Sparkline Chart in an array column
SparklineStyle?: SparklineStyle;Property Value
IsSuspended
Inherited from SuspendableObject
Suspends (i.e. turns off) an Adaptable Object
IsSuspended?: boolean;Property Value
boolean
IsReadOnly
Inherited from AdaptableObject
Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full')
IsReadOnly?: boolean;Property Value
boolean