23
Views
2
Comments
[Transpose Table React] [Transpose Table React] Tooltip in table does not seem to work after transpose?
transpose-react
Reactive icon
Forge asset by Fábio Vaz
Application Type
Reactive
Service Studio Version
11.54.24 (Build 62760)

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?

2018-08-27 08-29-35
Fábio Vaz

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

TransposeReact_Pat.oml
2017-06-06 09-43-03
Frans Moquette

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.