+ Add table sort to program::productview.

This commit is contained in:
tianshujie
2023-10-19 10:55:59 +08:00
parent cbbfe8d4bf
commit e5c94c46a3
3 changed files with 14 additions and 11 deletions
+1
View File
@@ -732,6 +732,7 @@ class program extends control
$this->view->browseType = $browseType;
$this->view->pager = $pager;
$this->view->checkedEditProduct = !empty((int)$this->cookie->checkedEditProduct);
$this->view->param = $param;
$this->render();
}