I bought a developer license for handsontable. However the Pro features such as filtering and export to file are not displaying and not working on handsontable even though I already put the license such as shown below:
settings={
data: this.spreadsheetData,
exportFile: true,
rowHeaders: true,
licenseKey: ‘xxxxx-xxxxx-xxxxx-xxxxx-xxxxx’,
dropdownMenu: true,
filters: true,
}
Here are my versions:
@handsontable-pro/angular . version 2.0.0
“handsontable-pro”: “6.2.0”,
“@angular/core”: “~7.0.0”,
“@angular/cli”: “~7.0.3”,
“@angular/compiler-cli”: “~7.0.0”,
“typescript”: “~3.1.1”
Does HandsonTable Pro support the versions of angular and typscript mentioned above to make the Pro features work such as filtering and export to file? Or do I need to lower my version of angular and Typescript to make handsontable Pro features such as filtering and export to file work?
Reynaldo Santos