قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-22 06:57:53 +00:00

* Show each dimension as seperate column in html tables for flattened reports * set default columns * rename first dimension column for flattened reports to label * modify rows right before rendering to prevent plugins to overwrite the displayed columns again * Use datatable config to allow splitting dimensions into separate columns * Hide datatable option if report has only one dimension * ensure to add only needed metric dimensions * adds ui test * reorder datatable options * Add additional columns before generic filters are applied to make sorting of those columns possible * Improve table layout with multipe label columns * show logo only in first column * Add new metadata so the original combine label is still available for row actions * improve check for multiple lables * show row action always in last label column * updates UI file * fix Others handling for flattened reports * ensure label translation is set correctly * show concatenated dimension names as flatten report label * search combined labels in flattened tables showing dimensions separately * more ui tests * fix handling of summary row for concatenated dimensions * updates expected test files * fix insights layout * fix realtime visits table layout * fix ui tests * ensure dimensions have correct display order
13 خطوط
439 B
Twig
13 خطوط
439 B
Twig
<tr>
|
|
<th class="label first">
|
|
{{ metadata.reportName }}
|
|
</th>
|
|
<th class="orderBy {% if 'absolute' == properties.order_by %}active{% endif %}"
|
|
name="orderBy" value="absolute">
|
|
{{ metadata.metricName }}
|
|
</th>
|
|
<th class="last orderBy {% if 'relative' == properties.order_by %}active{% endif %}"
|
|
name="orderBy" value="relative">
|
|
{{ 'MultiSites_Evolution'|translate }}
|
|
</th>
|
|
</tr> |