I am currently working on agGrid
Unable to see cell background color when i select particular row in ag-grid
(Here row color overrides).
check below screen shot for reference
AgGrid version 27.2.1
It's very helpful for me if you guys find the solution
Thanks in advance
Here cell color should be visible when we select row
Based on the image you provided, it looks like you need cellClass to add a class name to cells in a specific column. Then, you can manipulate the background color of that class using a custom stylesheet file.
Example:
javascriptcss