w-aggrid-vue
v2.0.55
Published
A wrapper for ag-grid-vue.
Downloads
223
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):
[Optional] Add script with nomodule for IE11.
<script nomodule src="https://cdn.jsdelivr.net/npm/@babel/polyfill/dist/polyfill.min.js"></script>[Necessary] Add script for vue.
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js"></script>[Necessary] Add script for ag-grid-community and don't need to include css, because has included them by umd file.
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ag-grid-community.min.noStyle.js"></script>
or
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ag-grid-enterprise.min.noStyle.js"></script>[Necessary] Add script for ag-grid-vue.
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ag-grid-vue.umd.js"></script>[Necessary] Add script for w-aggrid-vue.
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/w-aggrid-vue.umd.js"></script>