Home > other >  Vuetify data iterator string formatting
Vuetify data iterator string formatting

Time:09-02

I'm using v-data-iterator from enter image description here

The data for the UI is taken from:

keys: [
        'Currency',
        'Price',
        'price_date',
        'num_of_exchanges',
        'market_cap',
        'market_cap_dominance',
        'High',
        'high_time_stamp',
      ]

CodePudding user response:

You can modify the keys as per the requirement by splitting it using image

  • Related