Select Editor in Datatable - Able to change value, but value does not display.

Good Morning All,

I have several datatables in different accordion bodies. They work mostly as expected, but the last one which is setup the same as one that is working exibits the following behavior.

I have a select editor in that allows you to select, saves the data change to the underlying datatable, but then disappears on closing.

When I call serialize() on the datatable I can see the value has been updated.

It is only the one table that is exibiting this behavior. When inspecting the elements in chrome the div is never updated with the selected value. What is weird is that it is working in the other table.

Any help is appreciated.

Thanks.

Mike Kowalski

Hello,

I tried this in a snippet, but everything works fine. http://webix.com/snippet/1192986f

Could you edit the snippet in a way it looks like in your code?

Also, you may double check that all rows have non unique IDs. If few rows have the same ID - it may cause very strange behaviors.

Rows in the same datatable, or do the ids have to be unique for all datatables on a page.

I will check this regardless. Thank You.

They must be unique per component