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
When click on '+' symbol in grid, no child grow is shown until the page is reloaded. Once parent grid is loaded, I need to reload whole page. Once reload, I can see grid when '+' symbol is clicked.
Is there any bug in ui-grid related to this?
EDIT:
Upon investigation, I found that ui-grid does not set 'expandableRow' angular property until page is reloaded. If I am not wrong, that property is coming from below code in ui-grid.js
when I click "+", sometimes it expands and sometimes does not unfold, I don't konw how to fix it
At 2017-05-18 21:16:32, "csfanse" <notifications@github.com> wrote:
@stupidWall Which problem are you talking about?
Issue#1 or Issue#2?
Issue#1 is resolved so I am removing it from this question?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
When click on '+' symbol in grid, no child grow is shown until the page is reloaded. Once parent grid is loaded, I need to reload whole page. Once reload, I can see grid when '+' symbol is clicked.
Is there any bug in ui-grid related to this?
EDIT:
Upon investigation, I found that ui-grid does not set 'expandableRow' angular property until page is reloaded. If I am not wrong, that property is coming from below code in ui-grid.js
);
Is there something related to caching issue?
The text was updated successfully, but these errors were encountered: