Download File error

Tags: #<Tag:0x00007f8b19ccbf68>

I am getting this error while trying to export the handsontable

I am using version 9.0.1

Hi @vedaselvaraj27

The variable that you typed to hold an instance of Handsontable does not actually hold it.

Ps. if you try to run getPlugin, the method within hooks on the initialization this refers to the instance.

@aleksandra_budnik Yes, I tried it after loading data

Table.loadData(result);
exportPlugin = Table.getPlugin(“ExportFile”);

Thank you, It works fine!

You can close this ticket