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
Make browser wide enough to show Zip column, but not Comment column
Refresh browser window
Data loads after 2 sec delay, by setting state in parent component, which is passed down as property.
Zip and Comment columns aren't displayed. If you scroll, they appear.
Actual behavior
If Table height and width is set forcing scroll bar,
some columns not displayed after load until you scroll the table.
Expected behavior
All visible columns should load.
Possible solution
Not sure what's happening. I see that the table has the correct list of Columns in it's props, but I don't see all the columns in the Component tree until I scroll, then they pop up.
The text was updated successfully, but these errors were encountered:
Environment
If possible, link to a minimal repro (fork this code sandbox): https://codesandbox.io/s/blueprint-sandbox-sb071?file=/src/CoreExample.tsx
Steps to reproduce
Actual behavior
If Table height and width is set forcing scroll bar,
some columns not displayed after load until you scroll the table.
Expected behavior
All visible columns should load.
Possible solution
Not sure what's happening. I see that the table has the correct list of Columns in it's props, but I don't see all the columns in the Component tree until I scroll, then they pop up.
The text was updated successfully, but these errors were encountered: