Open mikexstudios opened 14 years ago
When Cells/InsertCells are removed, they are only removed from the DOM and the objects still exist. I think they aren't automatically garbage collected, so look into how to destroy them.
See http://stackoverflow.com/questions/867441/deallocating-memory-used-by-javascript-objects and http://stackoverflow.com/questions/742623/deleting-objects-in-javascript
When Cells/InsertCells are removed, they are only removed from the DOM and the objects still exist. I think they aren't automatically garbage collected, so look into how to destroy them.