add default-sorting of listings in frontend
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -36,6 +36,7 @@ return [
|
||||
'description' => lng('admin.customers_list_desc'),
|
||||
'icon' => 'fa-solid fa-user',
|
||||
'self_overview' => ['section' => 'customers', 'page' => 'customers'],
|
||||
'default_sorting' => ['c.name' => 'asc'],
|
||||
'columns' => [
|
||||
'c.customerid' => [
|
||||
'label' => 'ID',
|
||||
|
||||
Reference in New Issue
Block a user