Refactor layouts for CBeteiligte and CDokumente; add new layout for CAdressen; update widths and add modifiedAt field in JSON files; adjust config timestamps.
This commit is contained in:
@@ -1,23 +1,27 @@
|
||||
[
|
||||
{
|
||||
"name": "name",
|
||||
"link": true
|
||||
"link": true,
|
||||
"width": 20
|
||||
},
|
||||
{
|
||||
"name": "address",
|
||||
"width": 16
|
||||
"name": "rechtsform",
|
||||
"width": 15
|
||||
},
|
||||
{
|
||||
"name": "firmenname",
|
||||
"width": 20
|
||||
},
|
||||
{
|
||||
"name": "emailAddress",
|
||||
"width": 16
|
||||
"width": 20
|
||||
},
|
||||
{
|
||||
"name": "phoneNumber",
|
||||
"width": 16
|
||||
"width": 15
|
||||
},
|
||||
{
|
||||
"name": "teams",
|
||||
"width": 16,
|
||||
"notSortable": true
|
||||
"name": "modifiedAt",
|
||||
"width": 10
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user