Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107082980
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, Apr 4, 09:21
Size
962 B
Mime Type
text/html
Expires
Sun, Apr 6, 09:21 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25331868
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