AdapTable Vue
Summary
- AdapTable Vue enables AdapTable to be instantiated and referenced inside a Vue 3 application
- It enables Custom Components to be provided to AdapTable in a framework-friendly fashion
AdapTable Vue is a lightweight wrapper around AG Grid Vue and was released in AdapTable 19.
It enables AdapTable to be instantiated, and used, in a recognisably Vue way.
AdapTable Vue allows you to supply AdapTable with various Vue custom components:
Other than Installation and Integration, everything else you will do in AdapTable Vue (e.g. create Adaptable Options, write Initial Adaptable State, use the Adaptable API etc.) is exactly the same in AdapTable Vanilla.
Caution
- AdapTable requires Vue 3 - please make sure you are using this version of Vue in your own application
- This is because AG Grid (from v.32+) only supports Vue 3
AdapTable Resources
- The Vue Example Project is a standalone working example app of AdapTable Vue. It is designed to provide a platform for you to create your own application and contains:
- The full source code illustrating how to install and instantiate Vue
- Examples of the custom components which AdapTable allows you to provide in an Vue-friendly way:
- Additionally to help you get up and running quickly, we provide a basic Vue Template; this is also useful for Support issues and is available as:
- a GitHub repo
- a Code Sandbox example