Happy-Coding-Clans / vue-easytable

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
https://happy-coding-clans.github.io/vue-easytable/
MIT License
3.69k stars 738 forks source link

自定义列 传入 componentName 的组件必须要全局注册? #227

Closed avilang closed 5 years ago

ly525 commented 5 years ago

是的

wxxcarl commented 5 years ago

因为局部注册的组件不能在子组件内使用,确实挺尴尬的,我是因为表格多才用vue-easytable,但是这得注册很多的全局组件。。。命名都是个问题啊 有没有什么其他的办法来实现自定义操作列?