reoder fields doesnt seem to work
reoder fields doesnt seem to work
_.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?
This discussion has been closed.
Answers
Since 1.5.6:
i am using 1.5.5
Where can i upgrade
The latest version of Editor is always available on the download page.
1.5.6 should resolve the issue you originally posted about.
Allan
thanks