Alternate row not working | XM Community
Question

Alternate row not working

  • 23 July 2020
  • 2 replies
  • 22 views

Badge

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?


2 replies

Userlevel 7
Badge +27

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");

Userlevel 4
Badge +12

Hello, please follow these conversation

Leave a Reply