Hi,
I want to display data grid rows with different colors based on status ( Pending, rejected ,success). Entity is having status attribute with ENUM type.
for exp: I want to highlight yellow color to the data grid row with if status is Pending, green color for success and red for rejected.