* Add data table in metric-implement.

This commit is contained in:
zhouxin
2023-09-01 16:45:48 +08:00
parent 9b2ba5ec6f
commit 2bd31e6fca
+7
View File
@@ -58,4 +58,11 @@ div
)
);
dtable
(
set::height(400),
set::cols($resultHeader),
set::data($resultData),
);
render();