Is there a way to attach a tooltip to a power table cell or column header?
I am also curious if this is at all possible within a Power Table.
You can add it with the configureCell extension function.
return {"toolTipText":value}
1 Like
The configureCell function seems to be able to do a lot of customizing. When does it fire?