Is it possible to have number 0 as Datatable combobox id?

As you can see in the below snippet, Released column in first row is blank

http://webix.com/snippet/005d72f8

If the id is a string(e.g. “0”) it works ok. But I would like to know if there is a way to have the id as numeric 0.

Thanks in advance!

Hello,

There is not such a possibility. 0, false and null are not accepted as ids.

Ok Thanks! I’ll try to use string ids.