Posted 13 July 2021, 3:48 am EST
Hi team,
On selecting a disabled cell, the cell should not be highlighted (in below snippet on clicking on the disabled cell , it’s disabled cell class is getting removed). How can i manage that ?
On full name column, the focus is getting removed once I click on the cell and changes back to it’s previous color. (the focus should remain until I finish editing the cell).
Snippet : -
https://stackblitz.com/edit/angular-yojrg9?file=src/app/app.component.ts
Please provide solution for this.
Thank you.