Page rendering is slow in IE compared to chrome and Mozilla firefox

we have used version 1.8.2 in our application and in one of the page we are facing slowness in the page rendering in IE. In other browsers its working as excepted. Do we have any solution to fix this issue or will it get addressed automatically once we upgrade the plugin to latest version?

Hi @apr

Handsontable is a little bit slower on IE than on other browsers as it is slow in general and not dev-friendly, but the slowness can also be associated with your settings (too much loops, dependencies) or the size of the dataset.

Thanks for the quick response.

You’re welcome. I highly encourage you to test the performance tab in Chrome dev tools to check what action takes most of the time. You can also check our performance tips at https://docs.handsontable.com/pro/3.0.0/tutorial-performance-tips.html