Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91903452
ontology-table.component.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 15, 14:55
Size
962 B
Mime Type
text/html
Expires
Sun, Nov 17, 14:55 (2 d)
Engine
blob
Format
Raw Data
Handle
22344433
Attached To
rNIETZSCHEBETAAPP Nietzsche-Beta-App
ontology-table.component.html
View Options
<table
*
ngIf=
"dataMapping"
[
id
]="
dataMapping
.
subject
"
mat-table
multiTemplateDataRows
[
dataSource
]="
dataMapping
.
queryDataMappings
"
>
<ng
-container
matColumnDef=
"predicate"
>
<th
class=
"predicate"
mat-header-cell
*
matHeaderCellDef
>
{{dataMapping.subject}}
</th>
<td
class=
"predicate"
mat-cell
*
matCellDef=
"let element"
><content
[
content
]="
element
.
predicate
"
></content></td>
<
/ng-container>
<ng
-container
matColumnDef=
"value"
>
<th
mat-header-cell
*
matHeaderCellDef
>
a
<content
[
content
]="
dataMapping
.
subjectType
.
value
"
[
links
]="[
dataMapping
.
subjectType
]"
></content></th>
<td
class=
"value"
mat-cell
*
matCellDef=
"let element"
><content
[
content
]="
element
.
value
"
[
links
]="
element
.
links
"
></content></td>
<
/ng-container>
<tr
mat-header-row
*
matHeaderRowDef=
"[ 'predicate', 'value' ]"
></tr>
<tr
mat-row
*
matRowDef=
"let element; columns: [ 'predicate', 'value' ]"
></tr>
<!-- <tr><td>{{dataMapping.subject}}</td></tr>-->
</table>
Event Timeline
Log In to Comment