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
This still appears to be an issue on v5.0.6 and can be seen in the documentation. #762 appears to reference the same problem, but I see similar behavior in the demos for versions 3.0+. containerWidthAdjustment was mentioned as a workaround, but setting a static adjustment for the native scrollbar is not ideal:
Occurs in my webapp, and also on the demo page. I'm using Chrome 67
http://opensource.addepar.com/ember-table/latest/docs/guides/header/size-constraints
Settings:
widthConstraint='eq-container'
andresizeMode='fluid'
No matter how I resize the table width, there is always a horizontal scrollbar - this is due to the vertical scrollbar being present.
If I set enough vertical space, the vertical scrollbar goes away, and then the horiz scrollbar goes away as well.
Is this a limitation with ember-table or an unintentional bug?
The text was updated successfully, but these errors were encountered: