sacred-roseS
Refine2y ago
26 replies
sacred-rose

Cell render being constantly updated in useTable columns

cell: ({ getValue }) => {
console.log('Cell render called');
return statusLabels[getValue()] || "Unknown";
},
Was this page helpful?