Posted 8 July 2021, 4:16 am EST
Hi team,
In below snippet i’ve few things.
-
startEditing - for making the full name column editable on first click
-
got focus - for getting the cell highlighted.
So after adding these two things I’m getting few issues: - -
On first click of any cell with dropdown- the dropdown get close at first time.
-
dropdown is getting freezed.
Steps to reproduce the 2nd issue:
- click on any full name cell and then keep clicking on the different dropdowns of different columns . the dropdown freezes .
Snippet of the above code : -
https://stackblitz.com/edit/angular-u9hewt?file=src/app/app.component.ts
please provide solution for this issue.
Thank you.