add cssClass to headerColumn

This commit is contained in:
hplattner 2012-06-04 13:33:29 +02:00
parent 14abba0e3d
commit 3709453810

View file

@ -97,6 +97,7 @@ class ResultSet(object):
headerRow.data[c.output] = c.getRawValue(row)
headerColumn = copy(c)
headerColumn.__name__ = c.output
headerColumn.cssClass = c.cssClass
headerRow.headerColumns.append(headerColumn)
return headerRow