Hi,
I am using ADF 2.3.0 and ACS 5.2.1 to configure Data Column Component in Document list component.
Without column template, tooltip works just fine.
But when column template is provided for any data-column like
or
the tooltip for that column does not show the value. Instead of showing the row value, it shows the title of the column(i.e., Name) in above case.
I even tried to use custom tooltip using formatTooltip function but it seems it does not work when column template is provided.
Can you help guide me here? Thanks.
Solved! Go to Solution.
Okay.. so here is how it worked.
The "title" attribute in the <span> renders the tooltip. If this is not provided, by default the data-column 'title' is displayed.
This situation is only when custom template is used.
Denys Vuika - Thanks for the guidance!
Why not setting the "title" attribute for the span in your custom template?
Hi Denys,
I am not sure if I understand that. Do we do something like this?
because this does not work either.
Can you please elaborate on how we can achieve it?
When you override the template you need to evaluate and provide the tooltip as well
Okay.. so here is how it worked.
The "title" attribute in the <span> renders the tooltip. If this is not provided, by default the data-column 'title' is displayed.
This situation is only when custom template is used.
Denys Vuika - Thanks for the guidance!
Discussions, help and advice about the Alfresco Development Framework.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.