ant-design [feat] 固定表格分页选择器

cotxawn7  于 3个月前  发布在  其他
关注(0)|答案(2)|浏览(38)

What problem does this feature solve?

目前的表格分页器在 position: "topXXX"sticky 设置下并不会固定在顶部,而是随表格内容一起滚动。允许分页器固定在表头区可以减少大数据量下浏览分页的操作。

What does the proposed API look like?

配置项: sticky = "title" | "pagination" | "both"

可能的最终渲染结果:

<div style="position: sticky">
    <div><!-- original table header --></div>
    <ul><!-- original table pagination --></ul>
</div>
<!-- table body -->
5tmbdcev

5tmbdcev1#

感觉分页滚动设计上看着会有点怪(主要是遮挡时的样式),我先加个 feature request 标好了。

zwghvu4y

zwghvu4y2#

感觉分页滚动设计上看着会有点怪(主要是遮挡时的样式),我先加个 feature request 标好了。

遮挡时下方边框做个伪虚化?不过我个人感觉中置分页栏就按现在的样式也还可以。

相关问题