Skip to content

a-table uses custom scrollbars #6167

@Mr-Lixiaoqaing

Description

@Mr-Lixiaoqaing
  • I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

原生的滚动条样式太难看了。即使能改样式,滚动条也会一直存在。想要在表格渲染的时候,加入自定义的滚动条组件(比如elScrollbar或者别的组件)

What does the proposed API look like?

最新版本,渲染出来的表格是标准的table结构,也就导致了无法通过任何方式加入scrollBar组件。
另一个思路,就是使用两个表格,一个只显示header,另一个只显示body,将其组合在一起,就能在body的外层加入scrollBar,但这样会带来额外的性能开销,并且在需要左右滚动时,得自己去同步header和body之间的状态
希望能增加一个对Tbody进行一定程度的操作的入口,使能够加入自定义的scrollbar组件

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions