xmlns:core=”sap.ui.core”
xmlns=”sap.m”<Table id=”idTable114″ items=”{path:’/modelData’}”>
<columns>
<Column
minScreenWidth=”Small”
width=”10rem”
demandPopin=”true”>
<header>
<Text text=” File Name” class=”text-white”/>
</header>
</Column>
<Column
minScreenWidth=”Small”
demandPopin=”true”>
<header>
<Text text=” Date” class=”text-white”/>
</header>
</Column>
<Column
minScreenWidth=”Small”
demandPopin=”true”>
<header>
<Text text=”File Status” class=”text-white”/>
</header>
</Column>
</columns>
<items>
<ColumnListItem id=”clm”>
<customData>
<core:CustomData key=”mydata” value=”{File_Status}” writeToDom=”true”></core:CustomData>
</customData>
<cells>
<Text text=”{File_Name}” />
<Text text=”{Date}” />
<Text text=”{File_Status}” />
</cells>
</ColumnListItem>
</items>
</Table>tr[data-mydata=”FAILED”]{
background: #e97070 !important;
}
tr[data-mydata=”PROCESSED”]{
background: #7cdf5f !important;
}
tr[data-mydata=”Pending”]{
background: #dcca3e !important;
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 27 | |
| 24 | |
| 20 | |
| 19 | |
| 14 | |
| 13 | |
| 13 | |
| 12 | |
| 12 | |
| 11 |