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:
@@ -18,6 +18,7 @@
|
||||
label.control-label {
|
||||
color: var(--gray-soft);
|
||||
margin-bottom: var(--3px);
|
||||
font-size: var(--font-size-small);
|
||||
}
|
||||
|
||||
a.remove-filter,
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
.control-label {
|
||||
margin-bottom: var(--1px);
|
||||
font-size: var(--font-size-small);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="row filters-row grid-auto-fill-xs">
|
||||
<div class="row filters-row advanced-filters grid-auto-fill-xs">
|
||||
{{#each filterDataList}}
|
||||
<div class="filter col-sm-4 col-md-3" data-name="{{name}}">{{{var key ../this}}}</div>
|
||||
{{/each}}
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
.cell {
|
||||
> label {
|
||||
color: var(--gray-soft);
|
||||
font-size: var(--font-size-small);
|
||||
}
|
||||
|
||||
&,
|
||||
|
||||
Reference in New Issue
Block a user