parlay96 / pl-table

A table based on element, 完美解决万级数据渲染卡顿问题

Home Page:http://www.umyui.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plx-table-column嵌套的时候拖动内容更新有问题

Hansuku opened this issue · comments

`

  <plx-table-column v-for="(item, index) in head" :key="index" :label="item.attrName" :prop="item.attr" :width="300" :resizable="false" align="center">
    <plx-table-column label="1" prop="1" :width="150" :resizable="false" align="center" />
  </plx-table-column>
` 主要是为了实现多级表头,这种情况下拖动 X 轴滚动,会发现滚动条可以动但是表头永远是那几个,不会切换

请问怎么解决了呢?为什么关闭了,我现在也遇到了这个问题