Greetings!
I can’t seem to use data for a richselect column for a datatable or treetable widget unless the value is provided in the ‘value’ property.
Using template I can specify the proper field for the ‘drop-down’ list, but not the cell value.
Please see http://webix.com/snippet/750c8aeb
Any help would be most appreciated.
Regards,
Bruce
Сolumn’s collection (historically, collection and options properties refer to the same Data Store) requires ID/value key pair. It’s a part of a core logic of the editors.
If options are taken from the dataCollection or another data component, you can apply scheme
to its data as follows:
http://webix.com/snippet/5b387c1f
Excellent -
Thanks very much, this is most helpful!
Regards,
Bruce