@formio/aggrid
v1.0.0-rc.10
Published
Form.io Integration with AGGrid within the Data Table component.
Downloads
55
Keywords
Readme
Form.io AGGrid Integration
This module contains an integration between the Form.io renderer + AGGrid library. This achieves this by creating a new component called "AG Grid" that extends the Data Table component, and instead of rendering the default grid from our Premium Components, it instead uses the AGGrid library.
Usage
// This library requires the @formio/premium library.
import premium from '@formio/premium';
import aggrid from '@formio/premium';
import { Formio } from '@formio/js';
// You need to have a valid Library License key to use this package.
// If you don't have one yet, please contact [email protected].
Formio.license = 'yourLibraryLicenseKey';
Formio.use(premium);
Formio.use(aggrid);