updated advanced pack to 3.12.0:
Reports:
Non-aggregated columns in Grid report export.
Normalized table mode for 2-dimensional Grid reports.
Ability to create internal reports via the UI.
Ability to show/hide and resize columns in the list report result view.
This commit is contained in:
@@ -52,6 +52,9 @@
|
||||
"type": "varchar",
|
||||
"maxLength": 36
|
||||
},
|
||||
"modifiedAt": {
|
||||
"type": "datetime"
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "datetime"
|
||||
},
|
||||
@@ -106,8 +109,8 @@
|
||||
}
|
||||
},
|
||||
"collection": {
|
||||
"sortBy": "number",
|
||||
"asc": false
|
||||
"orderBy": "number",
|
||||
"order": "desc"
|
||||
},
|
||||
"indexes": {
|
||||
"statusTargetTypeElementType": {
|
||||
|
||||
Reference in New Issue
Block a user