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?
Request clarification before answering.
Hi all,
there is an annotation for that.
CriticalityRepresentation : #WithoutIcon,That solves my problem
kind regards
Gunter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gunter,
please check the SAP help
Highlighting Line Items Based on Criticality - Documentation - Demo Kit - SAPUI5 SDK (ondemand.com)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.