Set Datatable Cell value to webix view

Hello,

Is it possible in webix set datatable cell value to a view type ? For Instance i want to set value to chart bu i couldn’t… Is there a special way to do it ?

Thanks in advance…

did you try using template?

Yes I have tried… but it gives non unique id error. I think there is something wrong with nested view ids …

perhaps you need ActiveContent
https://docs.webix.com/api__refs__activecontent.html
but it is deprecated currently and intended to be used with simple controls (button, combo etc).
can you share a snippet?

Hi, @intregal https://snippet.webix.com/cqsaeahx

if you need it for representation, datalayout would be better solution
https://docs.webix.com/api__refs__ui.datalayout.html

@intregal Thank you my friend, but thats not a solution for me.