Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F112508708
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
Sun, May 11, 02:01
Size
962 B
Mime Type
text/html
Expires
Tue, May 13, 02:01 (1 d, 12 h)
Engine
blob
Format
Raw Data
Handle
26061306
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