Memory usage build over time

Tags: #<Tag:0x00007f8b1ddb43e0>

i am using handsontable to display about 35 columns and 2000 rows with some custom renders as well. the table is being updated once every 3 seconds or so and it seems that the memory usage on the DOM increases with every re render. I am simply calling loadData(myData) and then calling render each iteration. Is this the propper way to do it, and does hands on table by defualt hold on to the old data fields or should the be getting cleared out each time. Also i tried using the clear() function but this pushes you back to the top of the table on every rerender and makes is impossible to get down into the 2000 records

Hi @steve.bohmbach

I think that you may be affected by this bug https://github.com/handsontable/handsontable/issues/4400
We have marked this as a high priority, which means that the issue should be fixed in another release (approximately 2 weeks from today).

I have left myself a note to inform you when the issue is fixed.

Thank you for your response @aleksandra_budnik, I will test this fix shortly to see if it solves my leak.

This issue has been scheduled for October 2018. Please track our release notes

Fixed https://github.com/handsontable/handsontable/issues/4400 please update