{
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?