如何为某个单元格渲染一个基于vue3中defineComponent返回的组件 #5050
Unanswered
txx0122
asked this question in
Q&A | 常见问题
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
解决思路大概是:监听onCellRender的事件,然后根据行列索引判断在哪个区域渲染一个vue3组件,但是,这个渲染的过程自己没实现了。自己利用registerComponent注册了封装的vue组件,但是,在onCellRender里面如何去渲染这个组件,自己不会。
Beta Was this translation helpful? Give feedback.
All reactions