update number of list items
This commit is contained in:
parent
f5fb255e20
commit
d3c8cdb572
2 changed files with 9 additions and 4 deletions
|
|
@ -62,7 +62,7 @@ oml.ui.gridView = function() {
|
|||
],
|
||||
selected: ui.listSelection,
|
||||
size: 128,
|
||||
sort: ui.listSort,
|
||||
sort: Ox.clone(ui.listSort, true),
|
||||
unique: 'id'
|
||||
})
|
||||
.bindEvent({
|
||||
|
|
@ -79,4 +79,4 @@ oml.ui.gridView = function() {
|
|||
|
||||
return that;
|
||||
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue