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

Columns no longer resizable when table overflow occurs #5388

Open
2 tasks done
marizf888 opened this issue Mar 4, 2024 · 1 comment
Open
2 tasks done

Columns no longer resizable when table overflow occurs #5388

marizf888 opened this issue Mar 4, 2024 · 1 comment

Comments

@marizf888
Copy link

TanStack Table version

v8.11.3

Framework/Library version

React v18

Describe the bug and the steps to reproduce it

  1. Add more columns to a table (with column resizing enabled) until overflow occurs
  2. Try to resize a table column. You will notice it is no longer possible

Your Minimal, Reproducible Example - (Sandbox Highly Recommended)

N/A

Screenshots or Videos (Optional)

Screen Recording 2024-03-04 at 9.36.30 AM.zip

Do you intend to try to help solve this bug with your own PR?

No, because I do not know how

Terms & Code of Conduct

  • I agree to follow this project's Code of Conduct
  • I understand that if my bug cannot be reliable reproduced in a debuggable environment, it will probably not be fixed and this issue may even be closed.
@danverbs
Copy link

danverbs commented May 1, 2024

I had this issue and added minWidth to the th element but that now pushes the table beyond the width of it's parent, even though overflow-auto is on

Does this happen for you too if you try adding it?

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

No branches or pull requests

2 participants