x-extends / vxe-table

Vxe table 的表格组件
https://vxetable.cn
MIT License
7.61k stars 1.05k forks source link

表格使用自定义模版之后行和fixed列错位 #195

Closed wekerSnail closed 5 years ago

wekerSnail commented 5 years ago

描述 Describe

image

?

能重现问题的链接(jsfiddlecodesandboxjsrun) Reproduction link

image

?

报错信息或截图 Error message or screenshots

但是我写的demo中是没有错位的 image image 所以 不太清楚到底是什么问题会导致这样的问题

?

版本 Version

wekerSnail commented 5 years ago

另外,我在设置这个行高也没效果,行高并没有变 image

xuliangzhan commented 5 years ago

你应该提供重现的链接

wekerSnail commented 5 years ago

你应该提供重现的链接 线上链接不太方便搞,我直接贴我完整代码吧,目前发现不设置 :edit-config就会出现错误, :edit-config那配设置一个空值就会显示正确,不清楚什么问题,求助一下


<template>
<div>
<vxe-grid
border
resizable
height="300"
ref="table"
show-overflow
show-header-overflow
:columns="tableColumn"
:data.sync="tableData"
show-footer
highlight-hover-row
:optimization="{ scrollY: { gt: 500, oSize: 10, rSize: 30, rHeight: 60 } }"
</vxe-grid>
</div>
</template>
xlz26296 commented 5 years ago

你觉得你应该按规范提问题,提供在线链接 https://jsfiddle.net/w8q6unes/ https://codesandbox.io/s/vue-template-916h0 https://jsrun.net/vIyKp/edit