0

The column definition is:

{
  "columns": [
    {
      "cellAttributes": {
        "alignment": "left"
      },
      "editable": false,
      "fieldName": "aiq_BandNumber__c",
      "label": "Tier Band",
      "sortable": false,
      "typeAttributes": {}
    },
    {
      "cellAttributes": {
        "alignment": "left"
      },
      "editable": true,
      "fieldName": "aiq_LowerBound__c",
      "label": "Lower Bound",
      "sortable": false,
      "type": "currency",
      "typeAttributes": {
        "currencyCode": {
          "fieldName": "CurrencyIsoCode"
        },
        "currencyDisplayAs": "code",
        "step": "0.01",
        "maximumFractionDigits": "2"
      }
    },
    {
      "cellAttributes": {
        "alignment": "left"
      },
      "editable": false,
      "fieldName": "aiq_UpperBound__c",
      "label": "Upper Bound",
      "sortable": false,
      "type": "currency",
      "typeAttributes": {
        "currencyCode": {
          "fieldName": "CurrencyIsoCode"
        },
        "currencyDisplayAs": "code",
        "step": "0.01",
        "maximumFractionDigits": "2"
      }
    }
  ]
}

Datatable with multicurrency

Once we click to edit cell

Once editing a cell Dollar Sign appears for a moment ($), no matter which currency code is (USD, EUR, PLN etc.) and then Currency displays how it should

Nobody knows how to avoid that?

Many thanks

Vit667
  • 1
  • 1

0 Answers0