0

Is there a way to achieve it in Angular. I tried the solution given in this answer,

ag-Grid - show buttons on row hover like in Gmail

If there's a way to make it work in Angular, please help.

1 Answers1

0

The reason why it doesn't work as straight forward in Angular is due to the styling. You need to apply the style to the child component of the element, i.e. ag-grid-angular. To do this, you need to use the css selector ::ng-deep to apply the styling, although this is not recommended as this will soon be deprecated.

Demo.

ViqMontana
  • 5,090
  • 3
  • 19
  • 54