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
Scrolling is broken for expandables.
when you scroll, row headers don't move.
this is what I mean: http://g.recordit.co/SD5AZ1BSWb.gif
Is there a way around this thing? I need to make it work rather sooner.
here's jsbin
thanks in advance.
ps.: also when you scroll all expanded rows up, there's no way to scroll them back towards the bottom - mouse seem to be not responding.
The text was updated successfully, but these errors were encountered:
It doesn't seem to do that in the tutorial, so I'm assuming it's something different in your code. Are you also getting the problem in the tutorial, or only in your code?
I can't really see anything in your code that would cause it though. Could you work the other way, starting with a tutorial and building up until you have something near your code, and see what it is that causes the issue?
Well I couldn't reproduce the same behavior using these grids http://ui-grid.info/docs/#/tutorial/216_expandable_grid, there's another issue that seems to be affecting expandable grids with many rows. Try for example clicking 'Expand All' and scroll all the way to the bottom. It doesn't re-render grid's canvas at all.
I could only see at most about 20 rows expanded. The rest never showed up.
Scrolling is broken for expandables.
when you scroll, row headers don't move.
this is what I mean: http://g.recordit.co/SD5AZ1BSWb.gif
Is there a way around this thing? I need to make it work rather sooner.
here's jsbin
thanks in advance.
ps.: also when you scroll all expanded rows up, there's no way to scroll them back towards the bottom - mouse seem to be not responding.
The text was updated successfully, but these errors were encountered: