I’m Andrew from Korea, and I’ve been using handsontable so far. But recently, there are some performance problems with using handsonable.
I’ve created the screen as below, and if you try to edit each cell, reset the data, or rebuild the table, it’s going to slow down.
There are a few things that I think are causing performance problems here.
The first is that we created four tables in one modal page.
The second thing is that the table is created and then the data is loaded, and then the class is changed and the cell type is changed through hook and setCellMeta.
This is where you add a hook early in the table and change the cell meter, and below is a function that retrieves and initializes the table data stored in the local session.
Is there a way to improve performance? I feel like I’m running things that I don’t need.
I’m not good at talking in English, so it would be nice if you could explain it a little easier. Thank you.