+ Add table sort to execution::all.

This commit is contained in:
tianshujie
2023-10-18 16:38:12 +08:00
parent ee9b14c387
commit 40bd0c2bbe
2 changed files with 7 additions and 1 deletions
+2
View File
@@ -91,6 +91,8 @@ dtable
set::customCols(true),
set::footToolbar($footToolbar),
set::onRenderCell(jsRaw('window.onRenderCell')),
set::orderBy($orderBy),
set::sortLink(createLink('execution', 'all', "status={$status}&orderBy={name}_{sortType}&productID={$productID}&param=$param&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}&page={$pager->pageID}")),
set::footPager(usePager(array
(
'linkCreator' => helper::createLink('execution', 'all', "status={$status}&orderBy={$orderBy}&productID={$productID}&param=$param&recTotal={recTotal}&recPerPage={recPerPage}&page={page}")