AdaptableStatusBar
Defines an Adaptable Status Bar
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| Key | Key of Status Bar Panel as defined in AG Grid GridOptions - ensure keys are the same (note: AG Grid statusPanel is lowercase 'key') |
| StatusBarPanels | Module Status Panels to render inside Adaptable Status Bar |
Property Details
Key
Key of Status Bar Panel as defined in AG Grid GridOptions - ensure keys are the same (note: AG Grid statusPanel is lowercase 'key')
TypeScript
Key: string;Property Value
string
StatusBarPanels
Module Status Panels to render inside Adaptable Status Bar
TypeScript
StatusBarPanels?: AdaptableStatusBarPanel[];