You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched this repository's issues and believe that this is not a duplicate.
I'm using ...
React Grid
React Chart
Vue Grid
Current Behaviour
When creating a constrained table that performs its' own horizontal scrolling and utilizes the <TableHeaderRow showSortingControls />, shrinking the container beyond a minimum size will cause the entire page to create a horizontal scrollbar
Expected Behaviour
The usage of the Sorting Controls should not overflow the bounds of the Table
Using a Chrome plugin called Pesticide we can make the sorting control divs visible
And the corresponding HTML, showing that the popups are 'outside' the root of the application, which is as intended of course, but means i'm not sure how to resolve this
The popup anchors do update when resizing at larger sizes, but below some point, they stop tracking the corresponding UI components. However, performing mouseover on the Table Header (bringing up the 'sort' bubble) causes the popup to 'retrack' to the Header, and the scrollbar shrinks or goes away
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests.
lockbot
locked as resolved and limited conversation to collaborators
Jun 15, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using ...
Current Behaviour
When creating a constrained table that performs its' own horizontal scrolling and utilizes the
<TableHeaderRow showSortingControls />
, shrinking the container beyond a minimum size will cause the entire page to create a horizontal scrollbarExpected Behaviour
The usage of the Sorting Controls should not overflow the bounds of the Table
Steps to Reproduce (for Bugs)
Code Sample: https://codesandbox.io/s/rmpn3lw2zo
Using a Chrome plugin called Pesticide we can make the sorting control divs visible
And the corresponding HTML, showing that the popups are 'outside' the root of the application, which is as intended of course, but means i'm not sure how to resolve this
The popup anchors do update when resizing at larger sizes, but below some point, they stop tracking the corresponding UI components. However, performing mouseover on the Table Header (bringing up the 'sort' bubble) causes the popup to 'retrack' to the Header, and the scrollbar shrinks or goes away
The text was updated successfully, but these errors were encountered: