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