* [bug,done,1h] Remove link for total row.

This commit is contained in:
daitingting
2024-07-15 02:24:53 +00:00
committed by qixinzhi
parent 8494a64ad1
commit 55463a1cea
+2
View File
@@ -234,6 +234,8 @@ renderCell = function(result, {row, col})
);
}
if(typeof(row.data['field0_colspan']) != 'undefined') result[0] = row.data[col.name];
return result;
}