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

Resize line not shown when "maxHeight" is set. #704

Closed
daniela-mateescu opened this issue Nov 8, 2023 · 2 comments · Fixed by #703
Closed

Resize line not shown when "maxHeight" is set. #704

daniela-mateescu opened this issue Nov 8, 2023 · 2 comments · Fixed by #703
Assignees
Labels

Comments

@daniela-mateescu
Copy link
Contributor

The resize line is shown only when the table is configures by setting the height property. It is not shown when the table is configured using only maxHeight

Expected Behavior

For a table configured using maxHeight, when resizing a column, the resize line should appear. Just like in the case of a the table configured using the height property:
https://youtu.be/GzkgbgOk5CU

Current Behavior

The resize line is not appearing
https://youtu.be/dVY1S15phRY

Possible Solution

I have created a pull request for this : #703

Steps to Reproduce (for bugs)

The problem can be seen in the following example by resizing the first column.
(https://codesandbox.io/s/resize-line-not-showing-7t4m2p?file=/src/index.js)

@karry08
Copy link
Collaborator

karry08 commented Nov 8, 2023

Thanks @daniela-mateescu for reporting this issue and also for providing the codesandbox links and the clips which were really helpful.
We will also review the PR soon.

@karry08
Copy link
Collaborator

karry08 commented Nov 8, 2023

This is fixed with v2.0.2 release

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

Successfully merging a pull request may close this issue.

3 participants