My format is 'currency'. Is there a way to remove the $ prefix before the currency?
@ShadrackAdwera you can add currency format like this
{
title: 'Curreny',
field: 'field-name',
type: "currency",
currencySetting: { currencyCode: 'USD', minimumFractionDigits: 0, maximumFractionDigits: 2 }
},
Closing this issue as it looks like there is a solution. Please reopen if needed.
Thank you for the assistance
Most helpful comment
@ShadrackAdwera you can add currency format like this
{ title: 'Curreny', field: 'field-name', type: "currency", currencySetting: { currencyCode: 'USD', minimumFractionDigits: 0, maximumFractionDigits: 2 } },