angular-ui/ui-grid

Columns are not getting painted in ui grid table when the scroll is on the extreme right on tab change

Open

#4,970 opened on Jan 15, 2016

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (5,395 stars) (2,496 forks)batch import
help wanted

Description

My grid is having around 16 columns and while entering the data User scrolls the scollbar to the extreme right and make the tab change . And when the user switch backs to the tab where the grid is in place the scroll bar comes to the first position (visually) and the first few columns are not gets painted.

seeking for a solution where I can make the scroll bar positioned correctly, As in many of the API of repainting the canvas they are using previousScollBar position which in my case is wrong. I need to scroll the grid according to my requirement.

image

Contributor guide

Columns are not getting painted in ui grid table when the scroll is on the extreme right on tab change · angular-ui/ui-grid#4970 | Good First Issue