w-aggrid-vue
v2.0.88
Published
A wrapper for ag-grid-vue.
Downloads
4,237
Maintainers
Readme
w-aggrid-vue
A wrapper for ag-grid-vue.
Documentation
To view documentation or get support, visit docs.
Example
To view some examples for more understanding, visit examples:
all examples: web [source code]
Installation
Using npm(ES6 module):
npm i w-aggrid-vueIn a browser(UMD module):
Add script for vue.
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js"></script>Add script for w-aggrid-vue, ag-grid-community and ag-grid-vue have been bundled into the umd file(css included), only vue is required.
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/w-aggrid-vue.umd.js"></script>