-
### (必填)请填写问题描述 Describe the bug
按照官方文档,局部format是正常的。但是全局format的mixin会发现
formatSex (**{ cellValue }**) {
**console.log(cellValue) //得到的是undefined**
return cellValue ? (cellValue === '1' ? …
-
点击table,触发了焦点事件,原本的显示消失,但是没有出现编辑
### (必填)请填写能重现问题的链接
本地未上线后台项目,不好放链接
### 请填写报错信息或截图 Error message or screenshots
![image](https://user-images.githubusercontent.com/39976617/75906324-7bdb8e80-5…
-
I'm running to what appears to a similar issue as:
https://github.com/millejoh/emacs-ipython-notebook/issues/589
when setting up [clojupyter](https://github.com/clojupyter/clojupyter)
…
-
### (必填)请填写问题描述 Describe the bug
结合element ui select下拉组件使用。初始值有一行,点击编辑并切换下拉框,选项值不变
### (必填)请填写能重现问题的链接,例如([jsfiddle](https://jsfiddle.net/em6wnz20/)、[codesandbox](https://codesandbox.io/s/vue-…
-
-
### (必填)请填写问题描述 Describe the bug
我先描述下我的场景:我使用vxe-table,然后里面自己配置columns,进而使用v-for来循环vxe-table-column。
然后就是我的columns增加的时候,通过数组的splice进行添加数据 或者push增加动态列数据。
这时候发现,在表格中,td的数值都是乱了,出现重复和不对应的问题。如截图…
-
### 请填写问题描述 Describe
集成第三方库的文档有点问题
比如:element-ui->自定义模板的代码部分,想直接复制一下用一下,结果$utils需要引用XEUtils
和VXEUtils,还有MOCK_DATA_LIST的数据能不能提供一下
![S8H 3K(RHV3I{YQ376VL6(1](https://user-images.githubusercontent.…
-
### (必填)请填写问题描述 Describe
我看到目前V2版本编辑的控件只有input select textarea,就按照https://xuliangzhan.github.io/vxe-table/#/table/other/element,使用了element-ui组件,但时间控件那些选完后,立马被关闭了。怎么回事?并没有选到时间,值也没改变。
### 请填写版本号 Ver…
-
-
### 问题描述 Describe the bug
当一个table中使用多个formatter
`formatter: ({ cellValue }) => {
return 'xxxxx'
}`
`formatter: ({cellValue}) => {
return cellValue === 1 ? '不在' : '在'
}`
会出现 后面的formatter返…