{{ isNumber(data.text) ? data.column.caption == '%' ? formatPercentage(data.text) : formatNumber(data.text) : data.text }}
{{ data.text }}