* [story#66940] add renderCell.

This commit is contained in:
qixinzhi
2024-09-10 15:27:23 +08:00
committed by 宋辰轩
parent ea5434a647
commit b25b85b75b
+1 -1
View File
@@ -65,7 +65,7 @@ class pivotTable extends wg
set::cols($cols),
set::data($data),
set::emptyTip($lang->pivot->noPivotTip),
set::onRenderCell($onRenderCell),
set::onRenderCell(jsRaw('renderCell')),
set::onCellClick($onCellClick),
set::rowKey('ROW_ID'),
set::plugins(array('header-group', $cellSpan ? 'cellspan' : null)),