mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
파일목록에 정렬 기능 추가
This commit is contained in:
parent
90f6b8aad6
commit
5a2fe66063
3 changed files with 27 additions and 4 deletions
|
|
@ -27,7 +27,8 @@ class fileAdminView extends file
|
|||
$args->list_count = 30; // /< Number of documents that appear on a single page
|
||||
$args->page_count = 10; // /< Number of pages that appear in the page navigation
|
||||
|
||||
$args->sort_index = 'file_srl'; // /< Sorting values
|
||||
$args->sort_index = Context::get('sort_index') ?? 'file_srl'; // /< Sorting values
|
||||
$args->order_type = Context::get('order_type') ?? null;
|
||||
$args->isvalid = Context::get('isvalid');
|
||||
$args->module_srl = Context::get('module_srl');
|
||||
// Get a list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue