* Try to add export data.

This commit is contained in:
songchenxuan
2024-03-22 16:21:11 +08:00
parent db15692b22
commit 54c8543bb3
3 changed files with 18 additions and 1 deletions
+5
View File
@@ -111,6 +111,11 @@ $generateData = function() use ($lang, $pivotName, $pivot, $filters, $data, $con
set::plugins(array('header-group', $cellSpan ? 'cellspan' : null)),
$cellSpan ? set::getCellSpan(jsRaw('getCellSpan')) : null,
$cellSpan ? set::cellSpanOptions($cellSpan) : null
),
div
(
setID('exportData'),
setClass('hidden')
)
)
);