File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vxe-table" ,
3
- "version" : " 4.7.38 " ,
3
+ "version" : " 4.7.39 " ,
4
4
"description" : " 一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟树、列拖拽,懒加载、快捷菜单、数据校验、树形结构、打印、导入导出、自定义模板、渲染器、JSON 配置式..." ,
5
5
"scripts" : {
6
6
"update" : " npm install --legacy-peer-deps" ,
28
28
"style" : " lib/style.css" ,
29
29
"typings" : " types/index.d.ts" ,
30
30
"dependencies" : {
31
- "vxe-pc-ui" : " ^4.0.38 "
31
+ "vxe-pc-ui" : " ^4.0.41 "
32
32
},
33
33
"devDependencies" : {
34
34
"@types/resize-observer-browser" : " ^0.1.11" ,
Original file line number Diff line number Diff line change @@ -618,7 +618,16 @@ renderer.mixin({
618
618
renderDefault : defaultCellRender
619
619
} ,
620
620
VxeButtonGroup : {
621
- renderDefault : defaultCellRender
621
+ renderDefault ( renderOpts , params ) {
622
+ const { options } = renderOpts
623
+ return [
624
+ h ( getDefaultComponent ( renderOpts ) , {
625
+ options,
626
+ ...getCellEditProps ( renderOpts , params , null ) ,
627
+ ...getComponentOns ( renderOpts , params )
628
+ } )
629
+ ]
630
+ }
622
631
} ,
623
632
VxeSelect : {
624
633
autofocus : '.vxe-input--inner' ,
You can’t perform that action at this time.
0 commit comments