In treetable I have one of the columns - dropdown list. As default its value is "no changes". When I add/remove nodes from tree, for all nodes dropdown list returns to the default value "no changes". How can I prevent it?
问问题
108 次
1 回答
0
If you have a native HTML select rendered as a part of tree item, there is no easy way to preserve its state, as tree can repaint the item at any time.
Check http://webix.com/snippet/147906cc , it shows how you can store state of select item in the data object, so it will be correctly preserved during repainting.
于 2015-08-04T06:35:13.557 回答