yangzheng.93

Results 4 comments of yangzheng.93

lodash库有封装,可以看一下源码实现

> @jeff-fe / @NWYLZW you don't have to specify the path to `node_modules`: > > ```js > import draggable from 'vuedraggable/src/vuedraggable' > ``` > > should work too 👍🏻 Thank...

有遇到对某一列 column 配置 editable : false 的情况下依然可以双击编辑该单元格的情况吗? @jianshe

> 我也遇到了,请问你最后是如何解决的?@yangzheng93 看代码 CellEditorTable 就是做了这个事情,所以我最后换了 EditorTable 利用提供的事件自己监听 change blur