I have a grid with an attached footer, but the footer isn’t aligned the same as the grid.
I’m using the following code to attach the footer:
actTree.attachFooter("Totaal:,#cspan," + tot1 + "," + tot2 + "," + tot3 + "," + tot4 + "," + tot5 + "," + tot6 + "," + tot7 + "," + totWeek + ",-,-," + totETC,
["font-weight:bold;","",
"text-align:right;font-weight:bold;",
"text-align:right;font-weight:bold;",
"text-align:right;font-weight:bold;",
"text-align:right;font-weight:bold;",
"text-align:right;font-weight:bold;",
"text-align:right;font-weight:bold;",
"text-align:right;font-weight:bold;",
"text-align:right;font-weight:bold;",
"","","text-align:right;font-weight:bold;"]);