Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 2.3 KB

README.md

File metadata and controls

50 lines (40 loc) · 2.3 KB

ag-Grid Vue Component

This project contains the Vue Component for use with ag-Grid

Install with Bower

$ bower install ag-grid-vue

Install with npm

$ npm install ag-grid-vue

See the www.ag-grid.com for an overview and full documentation.

To Build

  • npm install gulp -g
  • npm install npm-install-peers -g
  • npm install
  • npm-install-peers
  • gulp

Examples

See the https:/ceolter/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

Rich Grid with Pure JavaScript

Using Dynamic Components

Using Dynamic Components

Using Dynamic Components - Richer Example

Using Dynamic Components - Richer Example

Using Cell Editor Components

Using Cell Editor Components

Using Floating Row Renderers

Using Floating Row Renderers

Using Full Width Renderers

Using Full Width Renderers

Using Group Row Renderers

Using Group Row Renderers

With Filters Components

With Filters Components

Master Detail Example

Master Detail Example