I am having a problem with performance, when I insert a handsontable into a bootstrap modal. The handsontable performance is working great if it’s not inside a modal, but when it is insert into a modal, it seems like it is trying to render every row. I do not have the RenderAllRows options set to true either. I have two jsfiddles below with the same handsontable, one in a modal and one not in a modal.
Inside a Modal: http://jsfiddle.net/mountaineerfan5/5Zv8h/72/
Without Modal: http://jsfiddle.net/mountaineerfan5/5Zv8h/73/
I’m not exactly sure why this is occurring. Any help would be greatly appreciated!
Thanks!