Skip to main content
Nintex Community Menu Bar
Question

Need to set background on value and not complete text in tab

  • July 11, 2024
  • 2 replies
  • 15 views

Forum|alt.badge.img

Hi I have used {{$Model.EmployeeTab.data.length}} to return a number of entries but now need to highlight the value only not the text in the tab too. Any ideas?

2 replies

Forum|alt.badge.img+18

That’s an interesting one. Have you tried adding html to the tab label?

Tab Text Title {{$Model.EmployeeTab.data.length}}

If that works, you just need to add some css on the .highlight-me class.


Forum|alt.badge.img+1

Gurdeep - Did this suggestion help you accomplish what you were trying to do?