We use the TransposeTable widget from TransposeReact_Pat to transpose a standard Table that shows a list of records with a header. The table displays with the records horizontally (in columns instead of rows) as expected, no issues there.
In some of the Header Cells (which become rows after the transpose) we use a Tooltip widget that the user can click to display a help text. The tooltips work fine when the table in NOT transposed (we tested that), but when the TransposeTable widget is added, the Tooltips no longer work. When we investigated with the browser developer tools we found the OnClick event for the tooltips seemed to have disappeared?
Does anyone have any suggestions on how to fix this?
Hello Frans,
I send you a version with the Event present on the Header, and the tooltip is showed, but you will need to do some CSS because the position of tooltip isn't right.
Hope this version help you.
Best regards,
Fábio Vaz
Hi Fábio,
Thanks for your quick response and the new version. We think it is a step in the right direction, but unfortunately it does not seem to fully resolve the tooltip issue? Seems it only works for the first tooltip in the table but not for any additional ones (not sure)? Also, as you mentioned, the position of the tooltip isn't right and resolving that seems complex.
We have already been working on a different way to solve our problem which is less complicated to implement so we have decided to follow that path for now.