Merge branch 'bbmaster' of ssh://git.cy55.de/home/hplattner/git/cybertools into bbmaster
This commit is contained in:
commit
bbb44970e1
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,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