* [bug#52581,done,1h] Adjust values.

This commit is contained in:
daitingting
2024-07-15 02:26:00 +00:00
committed by qixinzhi
parent 7927aa78bc
commit 82bd866cd2
+3 -1
View File
@@ -223,7 +223,9 @@ renderCell = function(result, {row, col})
{
if(result && col.setting.colspan)
{
const values = result.shift();
let values = result.shift();
if(typeof(values.type) != 'undefined' && values.type == 'a') values = values.props['children'];
result.push({className: 'gap-0 px-0'});
values.forEach((value, index) =>
result.push({