When printing the Header bar when you have a grouped header it just doesnt print the extra header


Normal column -- Code
columns: [ { header: "Dept" } ]
Groupped header -- Code
columns:[ { header: year1, columns: [ { header: "% Earned"}, { header: "Revenue"}] }]
When printing the Header bar when you have a grouped header it just doesnt print the extra header


Normal column -- Code
columns: [ { header: "Dept" } ]Groupped header -- Code
columns:[ { header: year1, columns: [ { header: "% Earned"}, { header: "Revenue"}] }]