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
Asked
Active
Viewed 1,265 times
1 Answers
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