Cell render being constantly updated in useTable columns
cell: ({ getValue }) => {
console.log('Cell render called');
return statusLabels[getValue()] || "Unknown";
},
console.log('Cell render called');
return statusLabels[getValue()] || "Unknown";
},
