Slickgrid-Vue
npm install slickgrid-vue





You can also play with the live Stackbliz Slickgrid-Vue-Demos.
Stackblitz is also the recommended way to provide a repro when opening a new bug or feature request.

Visit the Docs - Quick Start and/or clone the Slickgrid-Vue-Demos repository for a fully working local demo. Please make sure to read the documentation before opening any new issue and also consider asking installation and/or general questions on Stack Overflow unless you think there's a bug with the library.
``sh`
npm install slickgrid-vue`
Install any optional Slickgrid-Universal dependencies, for example Excel Exportsh`
npm install @slickgrid-universal/excel-export
#### Basic Usage
`vue
v-model:columns="columnDefinitions"
v-model:data="dataset"
v-model:options="gridOptions"
>
``