I am using ag grid community edition with angular for my table.
I like to make a editable table with validation.
If validation fails I need to show the error with red border in ag gird cell as like below image
My Validation :
When User clicks the save button.
The user should enter the both last name & qualification.
If user enters either any one of this, then I need to show the red border on the cell
If the user didn't entered both, then it can pass
Please help me achieve this. I tried with cellstyle, But it is not fitting for my case
Below is my Stackblitz url
https://stackblitz.com/edit/angular-ivy-fq2wvt?file=src%2Fapp%2Fapp.component.ts