Hello,
I have a same situation as at this link: http://webix.com/snippet/24c59c91 except that I use ajax to call data instead of function.
The datatable is generated and inserted in
during ajax call. When user click something else, new ajax call is generated which will delete datatable with document.getElementById("").innerHTML="" and reload new datatable in same
BUT
colspan is lost. No errors generated. What am I doing wrong?