Deprecated initial state object (now replaced by InitialState)

TypeScript
export interface

Properties

PropertyDescription
AlertCollection of AlertDefinitions which will fire Alerts when the rule is met
ApplicationEmpty state section (only populated at Design Time) available for User to store their own data with the rest of AdapTable state.
CalculatedColumnCollection of CalculatedColumn objects that will display a value based on other cells in the row (using a Calculated Column Expression)
ChartingNamed Charts (wrapping Chart models)
CustomSortCollection of Custom Sort objects to allow some columns to be sorted in non-standard (e.g. non alphabetical) ways
DashboardLarge series of properties to give users full control over the look and feel of the Dashboard - the section (typically above the grid) with toolbars and buttons
ExportCollection of Report objects, together with name of the Current Report, as part of AdapTable export Module
FlashingCell* Objects which define which cells flash in response to data changes
FormatColumnCollection of FormatColumn objects that will style an entire column either fully or using a Condition
FreeTextColumnCollection of FreeText objects so users can make their own notes in bespoke columns that will get stored with their state (and not with the DataSource). Useful if needing a 'Comments' column.
LayoutCollection of Layouts to name (and manage) sets of column visibility, order, grouping, sorts, aggregations, filters etc.
NamedQueryNamed Queries available for use across multiple AdapTable Modules
NoteCollection of personal Notes that are edited at Cell level
PlusMinusCollection of PlusMinus rule objects to stipulate what happens when the user clicks '+' or '-' in a numeric cell
QuickSearchConfigues how Quick Search will run i.e. how and whether to highlight matching cells and to filter out non-matching rows
ScheduleCollection of Schedule objects
ShortcutCollection of Shortcut objects to aid data entry and prevent 'fat finger' issues
StatusBarConfigures the Adaptable Status Bar
StyledColumnCollection of Special Column Styles
ThemeSpecifies the current Theme and lists the User and System themes available for selection.
ToolPanelSets the order and visibility of the Tool Panel controls in the AdapTable ToolPanel (on right of grid)
UserInterfaceControls AdapTable UI including visibility of AdapTable components

Property Details

Alert

Collection of AlertDefinitions which will fire Alerts when the rule is met

TypeScript
Alert?: AlertState;
Property Value

AlertState

Application

Empty state section (only populated at Design Time) available for User to store their own data with the rest of AdapTable state.

TypeScript
Application?: ApplicationState;
Property Value

ApplicationState

CalculatedColumn

Collection of CalculatedColumn objects that will display a value based on other cells in the row (using a Calculated Column Expression)

TypeScript
CalculatedColumn?: CalculatedColumnState;
Property Value

CalculatedColumnState

Charting

Named Charts (wrapping Chart models)

TypeScript
Charting?: ChartingState;
Property Value

ChartingState

CustomSort

Collection of Custom Sort objects to allow some columns to be sorted in non-standard (e.g. non alphabetical) ways

TypeScript
CustomSort?: CustomSortState;
Property Value

CustomSortState

Dashboard

Large series of properties to give users full control over the look and feel of the Dashboard - the section (typically above the grid) with toolbars and buttons

TypeScript
Dashboard?: DashboardState;
Property Value

DashboardState

Export

Collection of Report objects, together with name of the Current Report, as part of AdapTable export Module

TypeScript
Export?: ExportState;
Property Value

ExportState

FlashingCell

  • Objects which define which cells flash in response to data changes
TypeScript
FlashingCell?: FlashingCellState;
Property Value

FlashingCellState

FormatColumn

Collection of FormatColumn objects that will style an entire column either fully or using a Condition

TypeScript
FormatColumn?: FormatColumnState;
Property Value

FormatColumnState

FreeTextColumn

Collection of FreeText objects so users can make their own notes in bespoke columns that will get stored with their state (and not with the DataSource). Useful if needing a 'Comments' column.

TypeScript
FreeTextColumn?: FreeTextColumnState;
Property Value

FreeTextColumnState

Layout

Collection of Layouts to name (and manage) sets of column visibility, order, grouping, sorts, aggregations, filters etc.

TypeScript
Layout: LayoutState;
Property Value

LayoutState

NamedQuery

Named Queries available for use across multiple AdapTable Modules

TypeScript
NamedQuery?: NamedQueryState;
Property Value

NamedQueryState

Note

Collection of personal Notes that are edited at Cell level

TypeScript
Note?: NoteState;
Property Value

NoteState

PlusMinus

Collection of PlusMinus rule objects to stipulate what happens when the user clicks '+' or '-' in a numeric cell

TypeScript
PlusMinus?: PlusMinusState;
Property Value

PlusMinusState

QuickSearch

Configues how Quick Search will run i.e. how and whether to highlight matching cells and to filter out non-matching rows

TypeScript
QuickSearch?: QuickSearchState;
Property Value

QuickSearchState

Schedule

Collection of Schedule objects

TypeScript
Schedule?: ScheduleState;
Property Value

ScheduleState

Shortcut

Collection of Shortcut objects to aid data entry and prevent 'fat finger' issues

TypeScript
Shortcut?: ShortcutState;
Property Value

ShortcutState

StatusBar

Configures the Adaptable Status Bar

TypeScript
StatusBar?: StatusBarState;
Property Value

StatusBarState

StyledColumn

Collection of Special Column Styles

TypeScript
StyledColumn?: StyledColumnState;
Property Value

StyledColumnState

Theme

Specifies the current Theme and lists the User and System themes available for selection.

TypeScript
Theme?: ThemeState;
Property Value

ThemeState

ToolPanel

Sets the order and visibility of the Tool Panel controls in the AdapTable ToolPanel (on right of grid)

TypeScript
ToolPanel?: ToolPanelState;
Property Value

ToolPanelState

UserInterface

Controls AdapTable UI including visibility of AdapTable components

TypeScript
UserInterface?: UserInterfaceState;
Property Value

UserInterfaceState