Need a special offer?Find out if your project fits.
+
  1. API reference
  • Introduction
  • Connecting to Data Source
  • Browser compatibility
  • Documentation for older versions
  • Table of contents

    Managing license keys

    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.

    Setting a license key

    When you receive a license key, set it for the component via the licenseKey parameter. See the examples of setting a license key below:

    In pure JavaScript

    let pivot = new Flexmonster({
      container: "pivotContainer",
      componentFolder: "node_modules/flexmonster/",
      licenseKey: "XXXX-XXXX-XXXX-XXXX-XXXX"
    });

    In Angular

    <fm-pivot 
     [licenseKey]="'XXXX-XXXX-XXXX-XXXX-XXXX'">
    </fm-pivot>

    In React

    <FlexmonsterReact.Pivot
     licenseKey="XXXX-XXXX-XXXX-XXXX-XXXX"
    />

    In Vue

    <Pivot
     ref="pivot"
     v-bind:licenseKey="'XXXX-XXXX-XXXX-XXXX-XXXX'">
    </Pivot>

    If you experience any errors, see the Troubleshooting guide.

    Checking a license key

    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.

    What’s next?

    You may be interested in the following articles: