surely-vue / surely-table

Performant advanced table component
https://www.surely.cool
613 stars 83 forks source link

4.3.3版本,rowHeight失效问题 #227

Closed Tdota2 closed 7 months ago

Tdota2 commented 7 months ago

代码版本 "@surely-vue/table": "^4.3.3", "ant-design-vue": "^4.1.2", "vue": "^3.2.16"

demo地址:(可复现) https://github.com/Tdota2/STable-test.git

demo现象: 最新版本中,同时设置rowHeight和column的autoHeight,rowHeight失效,会使用autoHeight属性,导致行高变小。之前的4.2.x版本中,会优先rowHeight属性。 是逻辑调整还是bug?

image image image

tangjinzhou commented 7 months ago

逻辑调整,如果是之前的逻辑, autoHeight 就没有存在的必要了

Tdota2 commented 7 months ago

autoHeight 就没有存在的必要了

好的,那我修改我的逻辑。因为功能使用之前的逻辑,对于同一个表格,为了优化部分客户的性能,使用rowHeight来固定行高,这样的话我修改为限制autoHeight。