| handleSort(col)}
className={`
px-4 py-2.5 font-bold text-t3 cursor-pointer
hover:text-t2 transition-colors whitespace-nowrap select-none
${numericCols.has(col) ? 'text-right' : 'text-left'}
`}
>
{col.replace(/_/g, ' ')}
|
))}
|---|
| {formatCell(row[col])} | ))}