T
TanStack3y ago
sunny-green

Get highest value in column

This probably isn't that hard, but I can't seem to figure it out. I don't want to change the order the rows by the value, I'm trying to style the cell that has the highest value in one particular column.
1 Reply
grumpy-cyan
grumpy-cyan3y ago
i think a workaround you can do is store the maximum as a boolean inside the data array, so on the cell render you can access this boolean and style it from there

Did you find this page helpful?