rowTooltip: (createElement, cell, property, context) => {
return withDirectives(createElement("div", "any value"), ["tooltip", "is this the tooltip value?", "is this the value actually?", "no this is the value argument"]);
},
how do I render this tooltip directive : https://www.primefaces.org/primevue/tooltip
inside a render function loop inside a functional component with vue3.
I've been trying for hours
added a fork with my problem