multiple views in one cell

Hi,

I want to put check box and data -that comes from the server- in one cell. Is it possible for webix ? I tried out something like this https://webix.com/snippet/94330fcd but It doesn’t do it.

Thanks in Advance.

Hi

https://webix.com/snippet/da93b1ba

Regards
Deepak Reddy

    { id:"year",header:"Released",template:"{common.checkbox()}#year#"},

@Yuppy in such notation, year (attribute specified as a column ID) will be updated by the checkbox state.

Please use custom ID, as common.checkbox() affects the real data:

https://webix.com/snippet/47e33466

@Listopad
I see , thank you.

Thank you so much my friends