Material-table: Currency Format

Created on 13 May 2020  路  3Comments  路  Source: mbrn/material-table

My format is 'currency'. Is there a way to remove the $ prefix before the currency?

has a solution question

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 } },

All 3 comments

@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

Was this page helpful?
0 / 5 - 0 ratings