Posted 2 July 2021, 7:48 am EST
Hi Ashwin,
In case of validation if i select similar values( values existing in the table) , then i have to show the red error tick and error message on hover. But this red error tick appears when i click outside of the table after selection of the section column. This tick should be visible if I click on the table(any cell/column of table) after selection of the section column.
Steps :
- Add a new row. Select name = ‘b’ and Section = ‘B’.
- Click on subjects cell of same row or any row, the red error tick will not appear. It will only appear if we click outside of the table.
https://stackblitz.com/edit/angular-am4gcu?file=src/app/app.component.ts
Please provide solution in which on click of table( cell/column) , the red error tick will appear.
Thank you.