When the editor opens, select another cell

@aleksandra_budnik
It seems to work.:grinning:
But,
I can’t preset columns:[{}{}{]], because I’m creating a blank table.
All my actions are set by the user, and I provide an interface like design interface and editor.
I set the cell type with setCellMeta, such as setCellMeta(1,1,“type”,“date”);

1、At this point, how do I define the format of date?
2、I read the database data through Ajax, and the data returned to me are [{name: Mr,age:18},{name:han,age:18},{name:jack,age:31},{name:zhao,age:20},{name: Mr,age:28}]. How can I update columns:[{},{},{}] via setCellMeta?