Bismeldestichtage management: added menu entry, changed size of filter widget table to auto

This commit is contained in:
KarpAlex
2023-06-17 21:00:52 +02:00
parent f865d09033
commit f29d5a7b50
2 changed files with 10 additions and 1 deletions
+8
View File
@@ -31,6 +31,14 @@ $config['navigation_header'] = array(
'expand' => true,
'sort' => 20,
'requiredPermissions' => 'admin:w'
),
'bismeldestichtagsverwaltung' => array(
'link' => site_url('codex/Bismeldestichtag'),
'icon' => '',
'description' => 'Bismeldestichtagsverwaltung',
'expand' => true,
'sort' => 30,
'requiredPermissions' => 'admin:w'
)
)
),
@@ -19,7 +19,8 @@
*
*/
export const BismeldestichtagTabulatorOptions = {
height: 700,
maxHeight: "100%",
minHeight: 50,
layout: 'fitColumns',
columns: [
{title: 'ID', field: 'Id', headerFilter: true},