Blank data shown in datatable on tabchange in tabviews.

Hi,

When i use datatable’s in tabviews control and on the tabchange, one of the tab shows blank data. Please refer the snippet https://webix.com/snippet/98725d41.
In my local application, only few of the columns data are getting blank that too if i scroll the horizontal scroll initially and do the tabchange and the data will be visible once i scroll the horizontal scrollbar.

Regards,
Ranjith G.

you may not use the same column config object for more than one table.
in your case use webix.copy(string_cols).
https://webix.com/snippet/086caad3