### What problem does this feature solve? 目前的注册方式,会注册到Vtable的全局对象之中,如果存在多个表格,并且存在同key的编辑器会被覆盖 VTable.register.editor(editor, editorInstance); ### What does the proposed API look like? 希望可以通过具体的table实例进行注册自定义编辑器
What problem does this feature solve?
目前的注册方式,会注册到Vtable的全局对象之中,如果存在多个表格,并且存在同key的编辑器会被覆盖
VTable.register.editor(editor, editorInstance);
What does the proposed API look like?
希望可以通过具体的table实例进行注册自定义编辑器