I have a grid and the columns are all rather small. On the footer I would like the rows to span mutiple columns. I have attempted to use the setColspan function with no success.
Is it possible to have a footer with different column widths or have them span multiple columns?
Thanks,
James
You can set rowspans or colspans in the footer using:
//colspans in footer
grid.attachFooter(“A,#cspan,C,#cspan”);
//rowspans in footer
grid.attachFooter(“A,#rspan,C,#rspan”);