Flexmonster Pivot Table needs a license key. This guide describes how to use them:
You can also check out which types of license keys exist.
When you receive a license key, set it for the component via the licenseKey parameter. See the examples of setting a license key below:
let pivot = new Flexmonster({ container: "pivotContainer", componentFolder: "node_modules/flexmonster/", licenseKey: "XXXX-XXXX-XXXX-XXXX-XXXX" });
<fm-pivot [licenseKey]="'XXXX-XXXX-XXXX-XXXX-XXXX'"> </fm-pivot>
<FlexmonsterReact.Pivot licenseKey="XXXX-XXXX-XXXX-XXXX-XXXX" />
<Pivot ref="pivot" v-bind:licenseKey="'XXXX-XXXX-XXXX-XXXX-XXXX'"> </Pivot>
If you experience any errors, see the Troubleshooting guide.
You can check your license key by clicking on the grid and pressing Ctrl + Alt + i
(Option + Control + i
on macOS). This will open the pop-up window displaying your license information.
You may be interested in the following articles: