Set mold paging in criteria tree to show the pager
FEA: ItEr75S04BugFixing
This commit is contained in:
parent
470aaa7ab0
commit
75bc0ffd4a
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
onDrop="criterionTreeController.move(self, event.dragged)"
|
||||
model="@{criterionTreeController.criterionTreeModel}"
|
||||
treeitemRenderer="@{criterionTreeController.renderer}" pageSize="10"
|
||||
sclass="orderTree" fixedLayout="true">
|
||||
sclass="orderTree" fixedLayout="true" mold="paging">
|
||||
<treecols sizable="true">
|
||||
<treecol label="${i18n:_('Name')}" />
|
||||
<treecol width="250px" label="${i18n:_('Code')}" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue