Feature type: Enhancement
Details
- Enhanced compone nt name:
table
Description
The data is large sometimes. It's inconvient to scroll to the bottom of the table to adjust horizontal scrollbar. Can add a fake el-scrollbar. However, el-table doesn't expose its scroll event or its total width. It will be nice to add a scrollbar behind the header and keep the bottom one at the same time.
数据量大时el-table需要先滚动到底部才能调整水平滚动条十分不便.尝试在外部增加假滚动条但el-table不暴露自动layout后的宽度也没有滚动事件触发.并且位置最好能在表格的标题行下,顶部和底部都有.
Additional comments
(empty)
5条答案
按热度按时间rvpgvaaj1#
没明白,滚动条hover的时候就会出现
pbwdgjma2#
有高度没有固定的表格,有很多行,很多列.高度不固定所以是没有垂直滚动条的,为了体现信息多,不能固定高度.这么一来想要水平滚动就只能页面滚动到表格底部才有水平滚动条,想看第一条右边的数据操作十分不便.
没明白,滚动条hover的时候就会出现
9jyewag03#
@YujiaCheng1996 按住shift滚动可以水平滚动,当然,用户可能不知道。
你也可以用css把滚动条定位bottm:2px -> top: 2px,也是可以的
kcugc4gi4#
@YujiaCheng1996 按住shift滚动可以水平滚动,当然,用户可能不知道。 你也可以用css把滚动条定位bottm:2px -> top: 2px,也是可以的
键盘左右也是可以滚的,用户不愿意,并且希望上下都有滚动条.
mbskvtky5#
@YujiaCheng1996 按住shift滚动可以水平滚动,当然,用户可能不知道。 你也可以用css把滚动条定位bottm:2px -> top: 2px,也是可以的
键盘左右也是可以滚的,用户不愿意,并且希望上下都有滚动条.
你的这个场景比较特殊,我的建议是覆盖滚动条样式,采用fixed定位