Hide/Disable 'Add', 'Remove All', 'X' buttons on a Multi Row Variable Set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2023 09:57 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2025 07:58 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 11:53 AM
This Part didnt work for me:
icon[j].getAttribute("title") == 'Remove Row'
So I used
icon[j].getAttribute('id').indexOf('remove-row-') > -1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 02:13 AM
i have 4 Multi Row variable set in one Catalog item, for this it is not working