cancel
Showing results for 
Search instead for 
Did you mean: 
intapiuser
Community Team Member
Community Team Member
If you want to display a simple text on hover for pivot columns, you can use the native "title" HTML attribute that is available in all browsers, which would simplify your code to:
widget.on('domready', function(w, args) {
  var headerElement = $('widget[widgetid="'+w.oid+'"] thead td[fidx=1] .p-head-content');
  headerElement.attr('title', 'Test Test');
});
And look like this:
Comments
Srav_Sense
8 - Cloud Apps
8 - Cloud Apps

@intapiuser Thank you for the above script. 

Will you be able to help me with my request please? Hover script to display description - Sisense Community

pragyas
7 - Data Storage
7 - Data Storage

Thanks for your sharing this. 

We are looking for similar implementation, but unfortunately this code is not working. Could you please help us here?

Thanks 

Version history
Last update:
‎03-02-2023 09:06 AM
Updated by:
Contributors
Community Toolbox

Recommended quick links to assist you in optimizing your community experience:

Product Feedback Forum:

Need additional support?:

Submit a Support Request

Sisense Privacy Policy