0

I 've created an angular sample app which includes ngx-datatable component here. I've added the same tooltip in first column for each cell. Everytime you push the button in first column you copy the text and I want to change tooltip's text to "copied" dynamically. Could you check it? thanks

A.A
  • 81
  • 5
  • 16

1 Answers1

1

Save the row's index on click for example and change the text accordingly if current row matches.

I forked and edit your example to illustrate https://stackblitz.com/edit/angular-ygrjbj?file=src/app/demo-component.ts

Dimanoid
  • 6,999
  • 4
  • 40
  • 55