Socket
Socket
Sign inDemoInstall

w-aggrid-vue

Package Overview
Dependencies
93
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    w-aggrid-vue

A wrapper for ag-grid-vue.


Version published
Maintainers
1
Created

Readme

Source

w-aggrid-vue

A wrapper for ag-grid-vue.

language language npm version license gzip file size npm download npm download jsdelivr download

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

Note: w-aggrid-vue is mainly dependent on ag-grid-community and ag-grid-vue.

npm i w-aggrid-vue

In a browser(UMD module):

Note: w-aggrid-vue is mainly dependent on vue, ag-grid-community and ag-grid-vue.

Note: umd file includes with lodash-es and wsemi, by using tree-shaking for dead-code elimination.

[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/vue@2.x/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/ag-grid-community@27.3.0/dist/ag-grid-community.min.noStyle.js"></script>
or
<script src="https://cdn.jsdelivr.net/npm/ag-grid-enterprise@27.3.0/dist/ag-grid-enterprise.min.noStyle.js"></script>

[Necessary] Add script for ag-grid-vue.

<script src="https://cdn.jsdelivr.net/npm/ag-grid-vue@27.3.0/dist/ag-grid-vue.umd.js"></script>

[Necessary] Add script for w-aggrid-vue.

<script src="https://cdn.jsdelivr.net/npm/w-aggrid-vue@2.0.48/dist/w-aggrid-vue.umd.js"></script>

Keywords

FAQs

Last updated on 25 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc