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

Columns not rendering in scrolling table #4105

Closed
towler73 opened this issue Apr 30, 2020 · 2 comments
Closed

Columns not rendering in scrolling table #4105

towler73 opened this issue Apr 30, 2020 · 2 comments

Comments

@towler73
Copy link

towler73 commented Apr 30, 2020

Environment

  • Package version(s): @blueprintjs/core: 3.9.0, @blueprintjs/table 3.8.4
  • Browser and OS versions: Chrome and Safari, Mac and Windows

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

  1. Make browser wide enough to show Zip column, but not Comment column
  2. Refresh browser window
  3. Data loads after 2 sec delay, by setting state in parent component, which is passed down as property.
  4. 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.

@adidahiya
Copy link
Contributor

duplicate of #3779. for now I recommend downgrading to table 3.7.x

@towler73
Copy link
Author

Oh, sorry about that. I guess I didn't search deep enough into issues. Thanks for the workaround.

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

No branches or pull requests

2 participants