* Add data table in metric-implement.
This commit is contained in:
@@ -58,4 +58,11 @@ div
|
||||
)
|
||||
);
|
||||
|
||||
dtable
|
||||
(
|
||||
set::height(400),
|
||||
set::cols($resultHeader),
|
||||
set::data($resultData),
|
||||
);
|
||||
|
||||
render();
|
||||
|
||||
Reference in New Issue
Block a user