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

Scrollbar on top on tables or both #29209

Open
1 task
atthem opened this issue Feb 3, 2021 · 4 comments
Open
1 task

Scrollbar on top on tables or both #29209

atthem opened this issue Feb 3, 2021 · 4 comments

Comments

@atthem
Copy link

atthem commented Feb 3, 2021

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

What problem does this feature solve?

Our users would like to have the scrollbar on top of the tabel or both if possible, to make it easeier to work with large tables.

Is it possible to do today as a workaround or does it requires new feature?

What does the proposed API look like?

NA

@zombieJ
Copy link
Member

zombieJ commented Feb 4, 2021

Have you try this? It support pin the scroll bar in window: https://ant.design/components/table/#components-table-demo-sticky

@samiforgit
Copy link

Any updates?

@radjivF
Copy link

radjivF commented Oct 18, 2023

any update?

@radjivF
Copy link

radjivF commented Oct 18, 2023

one hack can be to add:

table {
  transform: rotateX(180deg);
}
.ant-table-content {
  transform: rotateX(180deg);
}

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

5 participants