mirror of https://github.com/jeecgboot/jeecg-boot
【jvxeTable】expandConfig属性无用
parent
9bd03f467d
commit
e83c9b8190
|
@ -41,8 +41,8 @@ export function useData(props: JVxeTableProps): JVxeDataProps {
|
||||||
// update-end--author:liaozhiyang---date:20231013---for:【QQYUN-5133】JVxeTable 行编辑升级
|
// update-end--author:liaozhiyang---date:20231013---for:【QQYUN-5133】JVxeTable 行编辑升级
|
||||||
},
|
},
|
||||||
expandConfig: {
|
expandConfig: {
|
||||||
iconClose: 'ant-table-row-expand-icon ant-table-row-expand-icon-collapsed',
|
iconClose: 'vxe-icon-arrow-right',
|
||||||
iconOpen: 'ant-table-row-expand-icon ant-table-row-expand-icon-expanded',
|
iconOpen: 'vxe-icon-arrow-down',
|
||||||
},
|
},
|
||||||
// 虚拟滚动配置,y轴大于xx条数据时启用虚拟滚动
|
// 虚拟滚动配置,y轴大于xx条数据时启用虚拟滚动
|
||||||
scrollY: {
|
scrollY: {
|
||||||
|
|
Loading…
Reference in New Issue