react-table-hoc-fixed-columns
react-table-hoc-fixed-columns copied to clipboard
Cell Background
What's the best approach for changing the background color of a cell? I'm using the cell prop on the column to conditionally change the background depending on the cell's value. My cell prop returns a div that has a height and width of 100%...that didn't work...I'm using React Table v6 .
I can't seem to cover the cell completely