Vue Custom Tool Panel
Summary
- Developers using AdapTable Vue can provide Custom ToolPanels in the Adaptable Tool Panel Component
- This is done by leveraging
VueFrameworkComponent
AdapTable Vue allows developer to provide custom Tool Panels in a "Vue" way.
These Tool Panels are then added by AdapTable into the AdapTable Tool Panel component .
Vue Components as Custom Tool Panels
- In this demo we provide 3 Custom Tool Panels:
- a SlideToggle button switching between standard and pivot layout
- a CustomQuickSearch toolbar which is disabled when in pivot mode
- a SlideToggle button enabling/disabling the gradient style for the
GitHub Starscolumn
- The
Layout toggleandGradient Style togglere-use the same toggle component but with different configurations.