1
         {
            Header: 'KBMA KPIs',
            accessor: 'metricDescription',
            Cell: (row) => {
                console.log(row)
                return <span data-tip={row.value}>{row.value}</span>;
            }
        }

For the value its assign always accessor value. I need to change it to another value in the row?

Chanaka Amarasinghe
  • 3,489
  • 11
  • 26
  • 38

0 Answers0