Skip to Content
0
Apr 11, 2022 at 08:38 AM

Fiori Elements: Critically Color without icon in node.js

499 Views Last edit Apr 11, 2022 at 12:06 PM 2 rev

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?