-
Notifications
You must be signed in to change notification settings - Fork 65
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
Table elements in hidden dom elements forever invisible #185
Comments
I used the polymer-cli to install the simple blank application, then I added iron-data-table as a dependency. This was what I made the application page. Expected: Two of the same table to show up
|
I just added repro steps to the top comment to make it easier. |
This seems to be a non-issue for vaadin-grid, below is the file replaced with vaadin-grid v2.0.0-alpha:
|
I'm guessing this has something to do with the root cause of vaadin/vaadin-grid#657 The grid isn't visible when it's activated. |
Hello,
I have a strange situation where only the first usage of iron-data-table renders in my webpage. All subsequent usages are blank - they have the 400px height, but they don't have anything rendered. Does this ring a bell for anything?
Edit: here is how to repro:
Then replace the -app.html file with the attached file (or copy paste from below)
test2-app.txt
Daniel
The text was updated successfully, but these errors were encountered: