provide css class attribute for report fields
This commit is contained in:
parent
89491922a5
commit
97da6c9d01
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,7 @@ class Style(object):
|
|||
def items(self):
|
||||
return self.data.items()
|
||||
|
||||
|
||||
class TableCellStyle(Style):
|
||||
|
||||
initData = {
|
||||
|
@ -76,6 +77,7 @@ class Field(Component):
|
|||
output = None
|
||||
outputWith = ()
|
||||
style = TableCellStyle()
|
||||
cssClass = ''
|
||||
|
||||
executionSteps = ['query', 'sort', 'output'] # , 'totals']
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue