table
table copied to clipboard
Columns no longer resizable when table overflow occurs
TanStack Table version
v8.11.3
Framework/Library version
React v18
Describe the bug and the steps to reproduce it
- Add more columns to a table (with column resizing enabled) until overflow occurs
- 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
- [X] I agree to follow this project's Code of Conduct
- [X] 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.
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?
no sandobox or code that you shared, but guessing you just don't have overflow: 'auto' on the table container element.