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
fix(Filtering): Redraw grid properly when scrolled
The grid was not setting the row offset properly when removing a filter
when the grid was scrolled. This change adds a "rowsAltered" argument to
Grid.refresh() which will then pass that argument to Grid.redrawInPlace()
so the grid can be refreshed at the proper place.
Fixes#2557
0 commit comments