A Vue Component for use with ag-Grid
ag-Grid Vue Component Live Demo https://www.ag-grid.com/ Install with Bower $ bower install ag-grid-vue Install with npm $ npm install ag-grid-vue Frameworks Supported Framework specific Getting Started guides: Angular 1 | Angular 2 | Aurelia Javascript |
ag-Grid Vue Component
This project contains the Vue Component for use with ag-Grid
This repository is now deprecated. Please refer to the new mono-repo location here: https://github.com/ag-grid/ag-grid, with this specific Framework Project living here: ag-grid-vue.
Version 18.0.0 will be the last version in this repository. All future versions will be in the repository above.
Install with Bower
$ bower install ag-grid-vue
Install with npm
$ npm install ag-grid-vue
See www.ag-grid.com for an overview and full documentation.
Frameworks Supported
Framework specific Getting Started guides: Angular 1 | Angular 2 | Aurelia Javascript | React | TypeScript VueJS | Web Components
To Build
-
npm install gulp -g
-
npm install npm-install-peers -g
-
npm install
-
npm-install-peers
-
gulp
Examples
See the https://github.com/ag-grid/ag-grid-vue-example for full working examples of what you can do with ag-Grid and VueJS Components.
Examples included are:
Rich Grid with Pure JavaScript
Using Dynamic Components
Using Dynamic Components - Richer Example
Using Cell Editor Components
Using Pinned Row Renderers
Using Full Width Renderers
Using Group Row Renderers
With Filters Components
Master Detail Example
Github Repository
Tags: #VueJs #Table #Datatable