Adjusting footer columns width and scroll

Hello,

I am adding a footer to a Pivot so the width, and number of rows of the table is going to be different according with the pivot selection,

Is there any way to adjust the width of the footer cells to the width of the table columns?
So far the results are not very pretty (see attached images).

Additionally, the footer is included on top of the horizontal scroll bar of the grid.
Can anyhow this be avoided?

Thanks in advance.

Regards.

Javier


You cannot set the specific width to a footer cells. Also you can’t change the position of a scrollbar.

All customising available with footer is:

  1. To modify default style of footer you should redefine “div.gridbox div.ftr td” after dhtmlXGrid.css has been placed on page
  2. To set explicit style for each cell in footer use the second argument of attachFooter method.