Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91981817
fuseki-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
Sat, Nov 16, 08:52
Size
1 KB
Mime Type
text/html
Expires
Mon, Nov 18, 08:52 (2 d)
Engine
blob
Format
Raw Data
Handle
22358364
Attached To
rNIETZSCHEBETAAPP Nietzsche-Beta-App
fuseki-table.component.html
View Options
<mat
-card
>
<mat
-card-header
>
<mat
-card-subtitle
>
Fuseki Resultate
<
/mat-card-subtitle>
<
/mat-card-header>
<mat
-card-content
*
ngIf=
"fusekiResults.results.bindings.length > 0"
>
<export
[
displayedColumns
]="
fusekiResults
.
head
.
vars
"
[
exportData
]="
fusekiResults
.
results
.
bindings
"
[
fusekiResults
]="
fusekiResults
"
></export>
<table
mat-table
matSort
(
matSortChange
)="
sortData
($
event
)"
[
dataSource
]="
fusekiResults
.
results
.
bindings
|
pageResultFilter:paginatorResultStatus
.
resultRange
"
class=
"mat-elevation-z8"
>
<ng
-container
matColumnDef=
"{{column}}"
*
ngFor=
"let column of fusekiResults.head.vars"
>
<th
mat-header-cell
mat-sort-header
*
matHeaderCellDef
>
{{column}}
</th>
<td
mat-cell
*
matCellDef=
"let element"
>
<tln
-type
*
ngIf=
"element[column]"
[
input
]="
element
[
column
].
value
"
[
routePrefix
]="
routePrefix
"
>
<
/tln-type>
</td>
<
/ng-container>
<tr
mat-header-row
*
matHeaderRowDef=
"fusekiResults.head.vars"
></tr>
<tr
mat-row
*
matRowDef=
"let element; columns: fusekiResults.head.vars;"
></tr>
</table>
<mat
-paginator
*
ngIf=
"fusekiResults.results.bindings.length > paginatorResultStatus.resultLength"
[
length
]="
fusekiResults
.
results
.
bindings
.
length
"
[
pageSize
]="
paginatorResultStatus
.
resultLength
"
[
pageSizeOptions
]="
paginatorResultStatus
.
pageSizeOptions
"
[
pageIndex
]="
paginatorResultStatus
.
resultIndex
"
[
showFirstLastButtons
]="
true
"
(
page
)="
paginatorResultStatus
.
showResults
($
event
)"
>
<
/mat-paginator>
<
/mat-card-content>
<
/mat-card>
Event Timeline
Log In to Comment