Skip to content
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

Table rows and columns doesn't show when x axis scroll is set to initial position #2648

Closed
cold6lanket opened this issue Aug 9, 2022 · 4 comments

Comments

@cold6lanket
Copy link

What version of rsuite are you using?

5.0.3 "rsuite-table": "^5.3.5",

What version of React are you using?

17

What version of TypeScript are you using (if any)?

No response

What browser are you using?

Chrome

Describe the Bug

when we scroll to the left, the column and rows are empty

Снимок экрана от 2022-04-27 13-56-35

Expected Behavior

Table column and row should not become empty when scrolling

To Reproduce

This tends to happen when table has more than 30 columns

@simonguo
Copy link
Member

simonguo commented Aug 9, 2022

Please provide an example on codesandbox

@cold6lanket
Copy link
Author

@simonguo
Copy link
Member

simonguo commented Aug 9, 2022

This is a rendering problem caused by the browser caused by the use of translate3d. The solution is to disable this feature.

<Table translate3d={false} />

Related: #1038

@cold6lanket
Copy link
Author

Thanks for answer!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants