🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more →
Socket
Book a DemoInstallSign in
Socket

@formio/aggrid

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formio/aggrid

Form.io Integration with AGGrid within the Data Table component.

latest
Source
npmnpm
Version
1.0.0-rc.9
Version published
Maintainers
0
Created
Source

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 sales@form.io.
Formio.license = 'yourLibraryLicenseKey';
Formio.use(premium);
Formio.use(aggrid);

FAQs

Package last updated on 31 Jul 2025

Did you know?

Socket

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