Skip to content

Commit

Permalink
Merge pull request #701 from raheeliftikhar5/conditional-column-color…
Browse files Browse the repository at this point in the history
…-fix

Conditional color for column not working
  • Loading branch information
FalkWolsky authored Feb 22, 2024
2 parents 82c3de8 + 4b94a7f commit 9224fe0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ function TableCellView(props: {
columnTitle: title,
});
const cellColor = cellColorFn({
currentCell: record[title.toLowerCase()],
currentCell: record[title],
});

const style = {
Expand Down

0 comments on commit 9224fe0

Please sign in to comment.