Two row column header with image for first row
I am looking to have a 2 row header with images in the first row and column text headers in the second row. I would like the column text headers to be sortable but not the images above.
I have been able to put everything in one row as such
obj.setHeaderText(myColumns);
var imgText = "<img src=\"images/col1.jpg\"><br>Col 1"
obj.setHeaderCount(1);
obj.setHeaderTemplate(new AW.Templates.Cell, 0, 0);
obj.setHeaderHeight(100);
obj.setHeaderText(imgText, 0, 0);
but then the image and the heade text is sortable.
I have not seen anything in the Forum - I apologize if I missed it.
Any help is appreciated.
I have been able to put everything in one row as such
obj.setHeaderText(myColumns);
var imgText = "<img src=\"images/col1.jpg\"><br>Col 1"
obj.setHeaderCount(1);
obj.setHeaderTemplate(new AW.Templates.Cell, 0, 0);
obj.setHeaderHeight(100);
obj.setHeaderText(imgText, 0, 0);
but then the image and the heade text is sortable.
I have not seen anything in the Forum - I apologize if I missed it.
Any help is appreciated.
Jamie
April 6,