3.2.0

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.
Jamie
April 6,
Jamie,

when you say 'sortable' - does this mean 'it triggers sorting when clicked' or something else?
Alex (ActiveWidgets)
April 6,
Alex -

Yes - I meant 'it triggers sorting when clicked'.

Thanks for following up.

Jamie
April 7,

This topic is archived.

See also:


Back to support forum