License
mcTable licensing
Free tier mcTable is free for any non-commercial (private, educational, or demo) purpose usage.
You can use all functions unrestrictedly without any feature or time limit for private purposes.
Commercial Using mcTable for commercial (business) purpose requires a valid license.
To obtain a commercial license key, contact sales@mormitech.com.
How to set Provide the license via constructor:
const mcTable = new McTable({
license: "non-commercial"
});
const mcTableCommercial = new McTable({
license: {
owner: "__YourCompanyName",
key: "__YourLicenseKey"
}
});
Back to mcTable