fixed asset manager pagination
This commit is contained in:
parent
b01da5e8e0
commit
4eb7b10cd3
2 changed files with 7 additions and 2 deletions
|
|
@ -540,6 +540,11 @@ ENDHTML
|
|||
]
|
||||
};
|
||||
|
||||
WebGUI.AssetManager.DefaultSortedBy = {
|
||||
"key" : "lineage",
|
||||
"dir" : YAHOO.widget.DataTable.CLASS_ASC
|
||||
};
|
||||
|
||||
WebGUI.AssetManager.BuildQueryString
|
||||
= function ( state, dt ) {
|
||||
var query = ";recordOffset=" + state.pagination.recordOffset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue