make colspan/ colwidth/ coltextalign configurable
This commit is contained in:
parent
99a89b6f0d
commit
cf0888415d
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ class Field(Component):
|
||||||
storeData = True
|
storeData = True
|
||||||
renderer = 'standard'
|
renderer = 'standard'
|
||||||
operator = 'in'
|
operator = 'in'
|
||||||
|
showTitle = True
|
||||||
|
colspan=1
|
||||||
|
colwidth='auto'
|
||||||
|
coltextalign='left'
|
||||||
|
|
||||||
executionSteps = ['query', 'sort', 'output'] # , 'totals']
|
executionSteps = ['query', 'sort', 'output'] # , 'totals']
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue