Posted 16 June 2021, 3:39 am EST
Hi,
I’m facing following issue -
- On editing any cell, i want to show green color for the row been edited.
Added the code for that - lines (161 -163) and similar code for other cells as well.
This code is changing the color but the dropdown of that particular cell is getting stuck.
example - On editing 4th , changing the section from ‘D’ to ‘A,D’ then color is getting changed but dropdown is stuck. (i’m not clear why this happening).
- How can I have different color for different operation like ADD/Editing:
- On adding a row i want the color of that row to be different then for editing. How can i achieve this ? (code for adding new user is present in the sample). (color change is also not working for Full Name Column as well. )
Also the color should persist even after i do pagination.
Snippet of the above example -
https://stackblitz.com/edit/angular-bhwhzq?file=src/app/app.component.ts
Please provide solution.
Thank you.