-
Notifications
You must be signed in to change notification settings - Fork 933
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
Column header row not resizing as expected #754
Comments
Update: It looks this issue does not occur with previous releases. For example, [email protected] does not have this problem. |
Thank you for pointing this out. I know what the issue is and will have a fix shortly. |
Should be resolved in |
Awesome, thanks!
…On Wed, Jul 10, 2019 at 5:29 AM Gabriel Liwerant ***@***.***> wrote:
Should be resolved in 2.6.2.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#754?email_source=notifications&email_token=AJZOJ6HJEXO65RNBYIBSHULP6VJSDA5CNFSM4H665SG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZSFTLI#issuecomment-509893037>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJZOJ6BCUXIBITDBIDS5VRDP6VJSDANCNFSM4H665SGQ>
.
|
@gabrielliwerant When trying to resize a column, the width and height of the column stays the same, but only the column divider bar is moved. my option is
|
@hibc Hello. That sounds like a different issue. The one mentioned here initially has been resolved as far as I can tell. If you like, you can open up a new ticket for your issue with steps to reproduce, and we can discuss it there. My feeling though is that you're running into limitations due to lack of remaining screen width. I don't know if that situation has been addressed as far as resizable columns yet. We'd need to determine which rows get width stolen to compensate, and there are other issues with resizable columns such as lack of minimum width which is also probably contributing. |
Expected Behavior
When there are long column names, the header row height is expected to adjust to fit the entire wrapped column name.
Current Behavior
The column header cells are not resizing their height when the text begins to wrap. This causes the column headers to overlap with the first row.
Steps to Reproduce (for bugs)
I've posted a codesandbox example at :
https://codesandbox.io/embed/frosty-beaver-kcwnt.
Note: you'll probably need to open in the editor and then horizontally stretch the browser pane to put the table out of "card" mode and into "table" mode.
To reproduce
The text was updated successfully, but these errors were encountered: