You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the constant handling of the resize event of the window causes the web page to become quite jerky (not only for the handsontable, but also for other elements). I've observed this behaviour at least with a 200x10 cell table. I've could only find a workaround which seems to get around the issue by just drawing once the resize action is finished. Have a look at http://stackoverflow.com/questions/4298612/jquery-how-to-call-resize-event-only-once-its-finished-resizing, I find it works quite well in handsontable and makes the whole page behave snappier.
Keep up the great work.
The text was updated successfully, but these errors were encountered:
It seems that the constant handling of the resize event of the window causes the web page to become quite jerky (not only for the handsontable, but also for other elements). I've observed this behaviour at least with a 200x10 cell table. I've could only find a workaround which seems to get around the issue by just drawing once the resize action is finished. Have a look at http://stackoverflow.com/questions/4298612/jquery-how-to-call-resize-event-only-once-its-finished-resizing, I find it works quite well in handsontable and makes the whole page behave snappier.
Keep up the great work.
The text was updated successfully, but these errors were encountered: