Vue Custom Settings Panels

Summary

  • Developers using AdapTable Vue can provide Custom Settings Panels
  • This is done by leveraging VueFrameworkComponent

AdapTable Vue allows developer to provide custom panels in the Settings Panel in a "Vue" way.

Vue Components as Custom Settings Panel
Fork
  • In this demo we provide a custom Settings Panel with a SlideToggle button switching between the (default) Light and Dark Themes
  • It re-uses (and customizes) the exact same SlideToggle component which was provided in the previous custom Toolbar and Tool Panel demos

Expand to see the code used