Posted 16 June 2021, 12:31 am EST - Updated 3 October 2022, 1:36 pm EST
Hi team,
How can i achieve the below functionality -
If i click on a cell and values present in that cell are not part of the associated collection of the cell then the cell value should get clear.
Example -
In 2 row and in subjects column - “French, Russian” is the cell value but it is not part of the respective cell collection.
So when i click on that cell, the cell value should get cleared .
Snippet of the above example -
https://stackblitz.com/edit/angular-e3228b?file=src/app/app.component.ts
Please help us with the solution.
Thank you.