Footer alignement issue

Hello,

I use setInitWidthsP() method to define columns width.
When I attach a footer, their columns aren’t aligned with the rest of the grid.
This problem disapear if I remove the call of the setInitWidthsP() method.

How can I fix this problem ?
Thks.

If you attaching grid footer after grid’s initialization, be sure to add after that

grid.setSizes();

it will force size adjusting, which must resolve the issue.

I had the same problem, but it lags on me that I see in my normal CSS file somewhere “padding-left” inside still had.