X-SlickGrid icon indicating copy to clipboard operation
X-SlickGrid copied to clipboard

Footerrow out of ScrollSync

Open rriverak opened this issue 8 years ago • 2 comments

Hi, thanks for this nice fork! If you scroll to the end of the Grid (horizontal) it has a gap betweent the Footerrow and the Header / Cells.

image

The footerrow requires the same gap as the Header.

image

rriverak avatar Aug 03 '16 14:08 rriverak

Hi @likebrain.

I can't simulate this issue. What browser and SO are you using?

ddomingues avatar Sep 02 '16 02:09 ddomingues

Hi @ddomingues , the Problem is currently in all Browsers...

image

The PR from @seoman81 solve that problem bei setting a width in the FooterRowCell. This leaves a space at the end of the Row. I think this is the same strategy like in the Headers and the right way ?!

https://github.com/seoman81/X-SlickGrid/blob/9a5d8925b0a5085dc1db433636993353bc444b46/slick.grid.js#L941

rriverak avatar Sep 02 '16 12:09 rriverak