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):
|
def items(self):
|
||||||
return self.data.items()
|
return self.data.items()
|
||||||
|
|
||||||
|
|
||||||
class TableCellStyle(Style):
|
class TableCellStyle(Style):
|
||||||
|
|
||||||
initData = {
|
initData = {
|
||||||
|
@ -76,6 +77,7 @@ class Field(Component):
|
||||||
output = None
|
output = None
|
||||||
outputWith = ()
|
outputWith = ()
|
||||||
style = TableCellStyle()
|
style = TableCellStyle()
|
||||||
|
cssClass = ''
|
||||||
|
|
||||||
executionSteps = ['query', 'sort', 'output'] # , 'totals']
|
executionSteps = ['query', 'sort', 'output'] # , 'totals']
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue