Hide/Disable 'Add', 'Remove All', 'X' buttons on a Multi Row Variable Set

Shiladitya Das1
Tera Contributor

Hi,

 

I've a requirement where a Multi Row Variable Set is auto-populated, but I need the 'Edit' icon (🖋) to be available for an user to edit any row and rest of the buttons/icons ('Add', 'Remove All', 'X') to be disabled or hidden.

 

Is there a way to do this?

 

I've seen one community post and tried using DOM manipulation, but it isn't working.

12 REPLIES 12

Hi , i put the MRVS formatter to CSM/FSM workspace , do you know how to disable the add / remove button in this workspace view? i tried many ways ,but can't work.

DK44
Tera Expert

This Part didnt work for me:

icon[j].getAttribute("title") == 'Remove Row'

So I used 
icon[j].getAttribute('id').indexOf('remove-row-') > -1

SS1510
Tera Contributor

i have 4 Multi Row variable set in one Catalog item, for this it is not working