Dear Team ,
I am loading handson table in different tabs , each tab has seperate div - in that div tag am loading handson table using new Handsontable ( div container) by passing data ,each tab has separate data , so when I clicked on that tab fetching some different data and assigning that specific data to handsontable.
In the first time when page is loaded am redirecting tabitem 1 default but handsontable is not rendering and when clicked on tab1 - then am able to see handson table , the same way when I clicked on different tab at first time it blink some data on UI and it disappear , after I clicked on same table am able to see handsontable .
Please let us know how to fix this.
First observation is - when I switched tab2 -> tab3 . tab3 blink tab3 data and vanish everything in that div , then we again clicked tab3 - that div loading data with handson table.