I am using AG Grid in one of my project. I want to style the entire column in Ag grid based on one cell value. Currently I am using cellStyle:params =>{
if (params.value == “STRING1”){return {backgroundColor: ‘lightgreen’}}}
which is giving result as first Image.First Image
but I am excepting output like the second Image Second Image
I am excepting output like the second Image Second Image
New contributor
Lucifer King is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.