Hello,
I need to invalidate my table data cache often. When I trigger invalidate
for table cells, the time to process data is growing really fast with every next invalidate
method call (even when table data has not been change).
Here's an example: http://live.datatables.net/rudekak/1/ Please click "invalidate" link in left top corner a few times. Processing time is being logged to the console.
I've reproduced this issue on Safari and Google Chrome. Is this a bug? How can I workaround this?
Thank you, Arek