Hi all,
I’m using handsontable in a react project.
I use .loadData() to have data in my hotTable instance in a fast way.
The problem is that all table data is removed after any this.setState({state: state}) in my view.
I’ve done the same using .setDataAtCell() and it solves the issue, but it renders so slow that is not an option.
Please, how do I have to become data persistent in my table instance after calling .loadData()?
Thanks in advance