Options related to managing the AdapTable ToolPanel Component

TypeScript
export interface

Properties

PropertyDescriptionDefault
customButtonsToolPanel Buttons provided by Users which perform custom behaviour
customToolPanelsToolPanels provided by Users which contain custom content
showToolPanelsDropdownDisplay the Tool Panels dropdowntrue

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

CustomToolPanel[]

showToolPanelsDropdown

Display the Tool Panels dropdown

TypeScript
showToolPanelsDropdown?: boolean;
Default Value

true

Property Value

boolean