We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
期待 table 父祖级元素滚动,table head 能支持 粘性定位,实现滚动时表头能固定在上方
建议 head 能像设置max-height 固定头部 那样将 head 孤立抽离,然后 给 head 设置上 position: sticky;z-index: 3; top: 0;(这里期望 top可动态配置), 同时给table 设置上position: relative;
可以查看 antdv 实现 https://www.antdv.com/components/table-cn/#components-table-demo-sticky
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题的清晰而简明的描述
期待 table 父祖级元素滚动,table head 能支持 粘性定位,实现滚动时表头能固定在上方
建议的解决方案
建议 head 能像设置max-height 固定头部 那样将 head 孤立抽离,然后 给 head 设置上 position: sticky;z-index: 3; top: 0;(这里期望 top可动态配置), 同时给table 设置上position: relative;
备选方案
可以查看 antdv 实现 https://www.antdv.com/components/table-cn/#components-table-demo-sticky
附加上下文
No response
验证
The text was updated successfully, but these errors were encountered: