User Interface Options
Options for managing the User Interface Adaptable.
Includes options for managing the Tool Panel and hiding entries in the Column Menu and the Context Menu.
User Interface Options Properties
Property | Description | Default |
---|---|---|
adaptableToolPanelTitle | Name for AdapTable Tool Panel - appears vertically on side. | 'AdapTable' |
applicationIcon | Your application icon - will appear in Dashboard and elsewhere (e.g. OpenFin notifications) | null |
columnMenuOrder | Order in which Vendor, AdapTable and User Menu items will appear in Column Menu | 'vendor', 'adaptable', 'user' |
contextMenuOrder | Order in which Vendor, AdapTable and User Menu items will appear in Context Menu | 'vendor', 'adaptable', 'user' |
showAdaptableColumnMenu | Show Adaptable Column Menu (or specific items); can be either boolean value or function invoked for each menu item | true |
showAdaptableContextMenu | Show Adaptable Context Menu (or specific items); can be either boolean value or function invoked for each menu item | true |
showAdaptableToolPanel | Show Adaptable Tool Panel on right hand side (ag-Grid only and if Sidebar is true). | true |
showUngroupColumnMenuItem | Adds an 'Ungroup' Column Menu item to a row grouped column | true |
useCustomMacLikeScrollbars | Shows Mac-like scrollbars in browsers that support scrollbar-theming; scrollbar size configurable via CSS variable --ab-custom-scrollbar-size (defaults to 10px ) | false |