ToolPanelOptions
Options related to managing the AdapTable ToolPanel Component
TypeScript
export interfaceProperties
| Property | Description | Default |
|---|---|---|
| customButtons | ToolPanel Buttons provided by Users which perform custom behaviour | |
| customToolPanels | ToolPanels provided by Users which contain custom content | |
| showToolPanelsDropdown | Display the Tool Panels dropdown | true |
Property Details
customButtons
ToolPanel Buttons provided by Users which perform custom behaviour
TypeScript
customButtons?: AdaptableButton<ToolPanelButtonContext>[];Property Value
AdaptableButton<ToolPanelButtonContext>[]
customToolPanels
ToolPanels provided by Users which contain custom content
TypeScript
customToolPanels?: CustomToolPanel[];Property Value
showToolPanelsDropdown
Display the Tool Panels dropdown
TypeScript
showToolPanelsDropdown?: boolean;Default Value
true
Property Value
boolean