move displayedColumns to ResultSet (from application-level view class)
This commit is contained in:
parent
ac0b01fde0
commit
2f003cc447
1 changed files with 4 additions and 0 deletions
|
@ -76,3 +76,7 @@ class ResultSet(object):
|
||||||
def __iter__(self):
|
def __iter__(self):
|
||||||
return iter(self.getResult())
|
return iter(self.getResult())
|
||||||
|
|
||||||
|
@Lazy
|
||||||
|
def displayedColumns(self):
|
||||||
|
return self.context.getActiveOutputFields()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue