Posted 2 July 2021, 2:49 am EST
Hi team,
I’m facing following issues :-
-
On initial Load the 1st cell of the grid is coming highlighted. How can i remove that ?
-
on selecting a row using a check box the color is getting applied but not on the disabled cell. I have explicitly marked the disable cell color as white because of the table color so as show it as disabled. But on selection it should get the color of selection. How can I achieve that ?
-
How i can change the color of one column. Example checkbox column to be of different color than the table color ?
-
how i can append a ‘*’(Mandatory red *) symbol on header of full Name.
Snippet of the code : -
https://stackblitz.com/edit/angular-re5uf1?file=src/styles.css
Can you please provide solution for this.
Thank you.