Skip to main content
Nintex Community Menu Bar

Remove ability to delete rows in repeating section

  • December 2, 2015
  • 4 replies
  • 45 views

Forum|alt.badge.img+2

How would I go about removing the black x to delete rows in a repeating section? I want users to be able to add rows, just not delete rows. Best case scenario, I could use rules to show/hide the delete row x.

4 replies

Forum|alt.badge.img+16
  • December 2, 2015

You can change the css that is using that image.

The class name is nf-repeater-deleterow-image

Set it to

 

.nf-repeater-deleterow-image {

    visibility: hidden;

}


Forum|alt.badge.img+2

That is perfect! Is there a way to set the visibility to hidden based on whether or not the user logged in is a member of a sharepoint group? We have an owners group we'd like the delete option to appear for, but no one else.


Forum|alt.badge.img+2

Is there a way to set the visibility to hidden based on whether or not the user logged in is a member of a sharepoint group? We have an owners group we'd like the delete option to appear for, but no one else.

If there is a better way to do this, please let me know. Thanks!


Forum|alt.badge.img
  • February 10, 2018

Can you tell me if you ever found an answer to this question? Im trying to do the same thing, hide based on a field value.