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

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?

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.

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