May Grid having payable column with comma separated value [1,233] following code not working for aggregate. [parseInt(currentValue.replace(/[^0-9]/g, ”)]
[to replace comma .]
———————————————
function (aggregatedValue, currentValue) {
if (currentValue) {
return aggregatedValue + parseInt(currentValue.replace(/[^0-9]/g, ”));
}