DashboardOptions
Options related to the Dashboard in Adaptable.
TypeScript
export interfaceProperties
| Property | Description | Default |
|---|---|---|
| buttonsLocation | Where in Dashboard to display Module and Custom Buttons | 'right' |
| canFloat | Whether the Dashboard can be floated; if true (the default), double-clicking Dashboard puts it in float mode | true |
| customDashboardButtons | Custom Adaptable Buttons to appear in Dashboard (alongside Module Buttons) | |
| customToolbars | Toolbars provided by Users which contain custom content | |
| showQuickSearchInHeader | Shows Quick Search textbox in the Dashboard Header | true |
Property Details
buttonsLocation
Where in Dashboard to display Module and Custom Buttons
TypeScript
buttonsLocation?: DashboardButtonsLocation;Default Value
'right'
Property Value
canFloat
Whether the Dashboard can be floated; if true (the default), double-clicking Dashboard puts it in float mode
TypeScript
canFloat?: boolean;Default Value
true
Property Value
boolean
customDashboardButtons
Custom Adaptable Buttons to appear in Dashboard (alongside Module Buttons)
TypeScript
customDashboardButtons?: AdaptableButton<DashboardButtonContext>[];Property Value
AdaptableButton<DashboardButtonContext>[]
customToolbars
Toolbars provided by Users which contain custom content
TypeScript
customToolbars?: CustomToolbar[];Property Value
showQuickSearchInHeader
Shows Quick Search textbox in the Dashboard Header
TypeScript
showQuickSearchInHeader?: boolean;Default Value
true
Property Value
boolean