Skip to main content
Nintex Community Menu Bar

Change Nintex Web Part Headers

  • August 3, 2021
  • 2 replies
  • 16 views

Hello, 

 

i am working on nintex web part, i added  "workflows i've started" 

and i need to change the values of headers like the picture shows 

for Exemple Item ==> My Request ...etc 

How can i acheive this please 

 

19022iDB7E725AD3069F43.png

2 replies

Dan_Stoll
Nintex Employee
Forum|alt.badge.img+12
  • Nintex Employee
  • August 4, 2021

This is super old school, but have you tried using jQuery ? 

 

You can also change the heading titles in the web part settings. But failing that, ways I've change the text on a SharePoint page before is by using jQuery to a text replace.  It can have a performance hit depending on the query, but generally works pretty well. 


  • Author
  • August 8, 2021

could you please explain more ?