ddomingues / X-SlickGrid

An extension of SlickGrid providing Frozen Columns and Rows, Tree Columns, etc.
http://ddomingues.com/X-SlickGrid/
MIT License
48 stars 19 forks source link

Footerrow out of ScrollSync #20

Open rriverak opened 8 years ago

rriverak commented 8 years ago

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

ddomingues commented 8 years ago

Hi @likebrain.

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

rriverak commented 8 years ago

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