Resize line not shown when "maxHeight" is set.
daniela-mateescu opened this issue · 2 comments
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)
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.