Summary

  • Developers using AdapTable Vue can create 2 types of Popups:
    • Custom Windows
    • Progress Indicators
  • Both are provided by leveraging VueFrameworkComponent

Custom Window

Users of AdapTable Vue can provide Vue-specific instances of Custom Windows.

Vue Components as Custom Windows
Fork
  • In this demo we create a Custom Window that runs Quick Search using a bespoke Vue Framework Component

Expand to see the code provided

Progress Indicator

Users of AdapTable Vue can provide Vue-specific instances of Progress Indicators.

Vue Components as Progress Indicators
Fork
  • In this demo we create a Progress Indicator using Vue Framework Component
  • It displays for 5 seconds and is then hidden

Expand to see the code provided