Changes in getSourceData()

Tags: #<Tag:0x00007f8b25a494c8>

Hi,

I am facing a performance issue in my application related to cross-table reference (using getSourceData()). In the code, there is a reference to one of handsontable’s table data in another to validate the data of the second table. It is taking more time to fetch the data. Can you please suggest any solution?

This is for the benefit of all the handsontable users.
We had getSourceData() method inside the for loop which was taking lot of time during execution.
So, to improve the performance we have now moved getSourceData() outside the for loop. After moving it outside, we are noticing an improvement of 8 seconds :slight_smile:

Hi @chandana.udupa

I will answer the question by email.