add cssClass to headerColumn
This commit is contained in:
parent
14abba0e3d
commit
3709453810
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ class ResultSet(object):
|
||||||
headerRow.data[c.output] = c.getRawValue(row)
|
headerRow.data[c.output] = c.getRawValue(row)
|
||||||
headerColumn = copy(c)
|
headerColumn = copy(c)
|
||||||
headerColumn.__name__ = c.output
|
headerColumn.__name__ = c.output
|
||||||
|
headerColumn.cssClass = c.cssClass
|
||||||
headerRow.headerColumns.append(headerColumn)
|
headerRow.headerColumns.append(headerColumn)
|
||||||
return headerRow
|
return headerRow
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue