http://webix.com/snippet/8d8ca6f2 if you click on countries and then on colours the data appears. Then you click on countries and then on colours, no colours appear. The difference in both datatables is autoConfig:true and columns:colourColumns.
Many thanks for your help
Check the updated sample http://webix.com/snippet/90286294
When you plan to reuse config multiple times, you need to use a copy of config object (webix.copy is added in the updated sample )
Also, check the multiview component. You can define the both grid at once and change the visible one when item in the tree is selected.
Hi Maksim,
a lot of thanks, it works great
Best regards
Rainer