-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Last few subgrids in expandable grid don't align with their "+" icon #2863
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
Comments
Your plunker doesn't work at all for me - the subgrid never populates, and I don't see the misalignment that you point to. Is the plunker broken? |
Hello Paul. I tested the plunkr in other machine with Chrome Version 40.0.2214.115 m and it works ok, but with chinese symbols (I guess). The main table has one column (ID) , but if you expand it completely, you can see the subGrids. The problem happens when you expand all data. |
It's giving an error: "Error: Could not get template expandableRowTemplate.html: [object Object]", and not running at all for me. |
Well. You can see the same problem in http://ui-grid.info/docs/#/tutorial/306_expandable_grid at ui-grid site at the first demo, please expand all the grid (it will take some time) and go down slowly, and you will see the alignment problem. |
Confirmed the alignment issue. @jpuri would this be something you could look at? |
Hi @c0bra , I will check this. |
This is still an issue |
+1 |
+1 |
Hello,
I am working with expandable grid with version ui-grid RC 20.
I started from the ui-grid site,example in http://ui-grid.info/docs/#/tutorial/306_expandable_grid
I defined a template as follows:
Then, I defined gridOptions with expandableRowHeight: 140.
But when I scroll in the table with all element expanded, the last subgrid contents are not aligned with "+" icon.
My plnkr example is in:
http://plnkr.co/edit/CZOnLkPnj1EaF1JAYneI?p=preview
The text was updated successfully, but these errors were encountered: