Skip to Content

Ag-grid License Key Example Better -

Yes. Since AG Grid is a client-side library, the license key will technically be visible in your JavaScript bundles. AG Grid acknowledges this; the key is not meant to be a secret "password," but rather a mechanism to identify your organization and entitlement to support and updates.

src/App.js or src/index.js

: Check if the ag-grid-enterprise package is actually installed. ag-grid license key example

const isValid = LicenseManager.isLicenseKeyValid(); ag-grid license key example