You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
我封装了一个表格组件,表格的列我想能够拖拽配置,所以createResource的时候增加了一个Table1.Column组件,代码是这样:
页面初始化的时候调用useTreeNode().children[2].append(TreeNode):
遇到问题:
我在preview页面获取props.children[2]得到:
我想要等到是应该跟预览页面一致:
怎么做?
如果不能做到跟预览页面一致的话,请问如何preview的TreeNode是否什么方法能够复制到表格列里面呢?
Beta Was this translation helpful? Give feedback.
All reactions