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 2016年1月15日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)JavaScript (2,496 forks)batch import
help wanted

Repository metrics

Stars
 (5,395 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド