JSPM

@transplace/ag-grid-vue

16.0.0-TP.1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q41265F
  • License MIT

ag-Grid Vue Component

Package Exports

  • @transplace/ag-grid-vue

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@transplace/ag-grid-vue) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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 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

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 Pinned Row Renderers

Using Pinned 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