reoder fields doesnt seem to work

reoder fields doesnt seem to work

pmengopmengo Posts: 74Questions: 37Answers: 2
edited June 2016 in Editor

_.forEach(obj.tableCols, function (o, key) {
debugger;
if ( _.has(o, 'complexList')) {
obj.editor.clear(o.name);
o.type = 'text';
obj.editor.add(o, null);
}
});

fields are removed and added with new type , but not reorder to top.

Allan Can you help me with this?

Answers

This discussion has been closed.