Hello,
how is it possible to create a color in a field table without the icon.
I use the annotation Criticality in the Line Item of a table.
{
$Type : 'UI.DataField',
Label : '{@i18n>inactivity}',
Value : totalValue,
Criticality : #Positive,
![@UI.Importance] : #Low,
![@HTML5.CssDefaults] : {width : '4.813rem' },
},
....
But there is a icon shown, can I use it without that. Or exists an other annotation for colors?