vue3-popper icon indicating copy to clipboard operation
vue3-popper copied to clipboard

Is it possible to use one Popper for multiple elements?

Open valgeirb opened this issue 3 years ago • 0 comments

Investigate if this is a realistic improvement.

Original issue description #3:

is it possible to use 1 popper for multiple elements? in vue-tippy i could use :to="element" to change the element where the popper was bound to why: in a table with 100 rows and 3 columns where every column has a popper, this would be 300 poppers nice would be to have 3 popper, one for each column and when i hover over a table-cell i will change a variable so the content within the popper can update is that possible?

valgeirb avatar Jul 13 '21 22:07 valgeirb