Hello,
I want to implement similar like this
https://snippet.webix.com/27d5w3p0
at datatable. Is it possible?
Regards,
Leo
Hello,
I want to implement similar like this
https://snippet.webix.com/27d5w3p0
at datatable. Is it possible?
Regards,
Leo
Hi,
Yes, it’s possible. Please check the sample: https://snippet.webix.com/o1vm0e87
But, as you can see in the above sample, in the cell the id is shown, not the value. The point is that the data which is parsed directly from the editor (suggest) to the cell can correspond only to id of the option.
If there is a collection in the column, id is still a key attribute, but the value of an item (from the collection) is rendered in a cell.
https://snippet.webix.com/x9htpkev
Hi Nastja,
Thanks, that worked.
–
Leo
Hm… Is a way to render a value to combo with not predefined Collection?