Skip to content

When the table acquires data asynchronously, and when the length of the columns is not long enough, the fixed style is invalid #5996

New issue

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

Closed
1 task
wishong opened this issue Sep 28, 2022 · 1 comment
Labels

Comments

@wishong
Copy link

wishong commented Sep 28, 2022

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

Version

undefined

Environment

vue3 vite2

Reproduction link

Edit on CodeSandbox

Steps to reproduce

1.table设置 :scroll="{ x: true }", columns中有项设置了 fixed=right
2.模拟异步获取数据
3.数据获取后,如果表头长度不够长,fixed样式不会生效

What is expected?

异步获取数据后,fixed都生效

What is actually happening?

表头较短时,不生效
1

表头较长时,生效。进度条拉到最右时,fixed不会消失,应该也是个bug?
2

@github-actions github-actions bot changed the title 表格异步获取数据时,且当columns长度不够长时,fixed样式失效 When the table acquires data asynchronously, and when the length of the columns is not long enough, the fixed style is invalid Sep 28, 2022
@github-actions
Copy link

github-actions bot commented Oct 5, 2023

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant