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:
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?
Here is the stackblitz demo code. I will send a separate zip file as well to the support email. Please let me know what I’m missing as to why the Pro Features are not displaying
After adding the @import ‘~handsontable-pro/dist/handsontable.full.css’; the Filtering now works. Thank you. However, the export to File Pro Feature is still not displaying. Can you give me some advice on how to make the Export to File feature to work.
The docs says that I just need to add exportFile:true as follows: