-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
scrolling with large amount of columns,columns disappear after sort #2357
Comments
…lumns,columns disappear after sort scrollTop can now be undefined/null then that value should not be used for calculating if this is a scroll that doesn't have to update anything.
…lumns,columns disappear after sort scrollTop can now be undefined/null then that value should not be used for calculating if this is a scroll that doesn't have to update anything.
regression fix for: #2357 scrolling with large amount of columns,columns disappear after sort
…t if there are added rows, because then the scrollPercentage should be recalculated.
this fix has a side effect that when new rows are coming in the old scrollPercentage was used. So the screen is getting blank you can see that in the current example of http://ui-grid.info/docs/#/tutorial/212_infinite_scroll i created a patch for this: #2425 but i guess we need to test if this does not undo the fix for this case (its now an option what to send, so that or the previoussScrolToplPercentage is used or the previousScrollTop and modifyRows call will say that it should use the previousScrollTop because the added rows could result in a completely different percentage |
I believe I already committed a fix for this. |
which commit was that? And should that be already in the demo's like the infinit scroll i pointed to above? |
You're correct; my "fix" broke infinite scrolling (oops). Thanks for the PR, I will check it out. |
…t if there are added rows, because then the scrollPercentage should be recalculated.
Regression Fix for #2357 the scrollPercentage is not correct if there are added rows, because then the scrollPercentage should be recalculated.
I have the same issue |
hi @c0bra i still have the issue regarding the scroll bar disappears while i am trying to edit the cell could you pls help me.its very urgent.Thanks in advance |
Hi,
In the demo application I move the scrollbar to last column "coll499" when i click on the column header
to sort the data,the column disappaer
the grid before i clicked
after the click
I am trying this from the this url! from ui-grid website.
note:in my project its also disappear when try to edite the one of the last few column
The text was updated successfully, but these errors were encountered: