How to insert column name in side by side | XM Community

How to insert column name in side by side

  • 2 December 2022
  • 1 reply
  • 17 views

Badge +2

Hi Community,
I'm trying to work with side-by-side column name.
image.png


1 reply

Userlevel 7
Badge +36

ricsdpl
You can include the below in JS onload, change header with text you need.
Qualtrics.SurveyEngine.addOnload(function()
{
/*Place your JavaScript here to run when the page loads*/
jQuery('#'+this.questionId).find('td.c1')[0].innerText='Header';
});
Hope it helps!

Leave a Reply