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 -->
2条答案
按热度按时间5tmbdcev1#
感觉分页滚动设计上看着会有点怪(主要是遮挡时的样式),我先加个 feature request 标好了。
zwghvu4y2#
感觉分页滚动设计上看着会有点怪(主要是遮挡时的样式),我先加个 feature request 标好了。
遮挡时下方边框做个伪虚化?不过我个人感觉中置分页栏就按现在的样式也还可以。