* Hide pager when metric type has not date.

This commit is contained in:
zhouxin
2023-11-23 17:22:11 +08:00
parent 8a1b68e86a
commit 8da171a26d
+1 -1
View File
@@ -311,7 +311,7 @@ div
$groupData ? dtable
(
set::bordered(true),
set::footPager(usePager('dtablePager')),
($metricRecordType == 'scope' || $metricRecordType == 'scope-date') ? set::footPager(usePager('dtablePager')) : null,
set::cols($groupHeader),
set::data(array_values($groupData)),
$headerGroup ? set::plugins(array('header-group')) : null,