Alternate row not working | XM Community
Skip to main content

Hi,
I have activated the alternate row option in my survey's "Look & Feel". It works perfectly, except for this one question. It is a bipolar question with a 7-point scale in-between. The alternate row works perfectly on the mobile version for this question, but does not work on the PC version. No rows are highlighted! Any advice?

Hi there, if you still need, alternate row shading can be put in place for Matrix tables by adding the below to the OnReady of the question's JavaScript:
jQuery("#"+this.questionId+" .ChoiceRow:odd").css("background","#F8F8F8");


Hello, please follow these conversation


Leave a Reply