JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q19250F
  • License MIT

A data-grid components Library with Vue.js 2.0

Package Exports

  • vue-data-grid-edit

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 (vue-data-grid-edit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

vue-data-grid-edit

A data-grid components Library with Vue.js 2.0

Install

npm install vue-data-grid -S

Quick Start

import Vue from 'vue'
import DataGridEdit from 'vue-data-grid-edit'
import 'vue-data-grid-edit/styles/datagrid.css';

Vue.use(DataGridEdit)

For more information, please refer to Quick Start in our documentation.

LICENSE

MIT