Hmm, I think I got it working like this in v2, am I missing anything?
New-UDTooltip -Place top -Type info -Effect solid -TooltipContent {
New-UDIcon -Icon dashboard -Size lg
}
New-UDTooltip -Place top -Type info -Effect solid -Content {
New-UDIcon -Icon dashboard -Size lg
}
Plan is to grab icon example code from poshud page and add tooltip to each icon with its name, would help immensely while coding
I know this post is couple months old but it kind of relate to my question. Is there a way to use New-UDTooltip within New-UDtableColumn or wrap around it?