Matrix Table: Drag & Drop Container Width & height Changeable? | XM Community
Skip to main content
Question

Matrix Table: Drag & Drop Container Width & height Changeable?

  • July 13, 2023
  • 1 reply
  • 146 views

Forum|alt.badge.img+1

Hello,

 

How do I change the drag and drop container width to 450px, height to 100%?

I have a single question top-task survey with 50 items, 1 container to drag the top 10 items into.  But can’t seem to change the height.  I have seen the javascript to change this for a pick group and rank question, and can make these changes.  But I need to use a matrix table.

1 reply

Shashi
Level 8 ●●●●●●●●
Forum|alt.badge.img+34
  • Level 8 ●●●●●●●●
  • 654 replies
  • July 15, 2023

Try the below script:

	jQuery(".JFEScope .DND .AnswerBucket").css({"width":"450px","height":"100vh"})