Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit b22dfa8f authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

- small look&Feel fix on keystoredata-table

parent 42ae2c6f
No related branches found
No related tags found
No related merge requests found
<h2 mat-dialog-title>{{formTitle}}</h2>
<mat-dialog-content style="height:600px;width:1000px">
<mat-card>
<mat-card-content>
<mat-card style="height:500px">
<mat-card-content >
<ngx-datatable
class='inner-table material striped'
id='keystoreTable_id'
class='material striped'
style="height: 450px;"
[reorderable]="true"
[sorts]="[{prop: 'alias', dir: 'asc'}]"
[selectionType]='"signle"'
[rows]='lookups.cachedCertificateList'
[columnMode]='"force"'
[headerHeight]='50'
[footerHeight]='50'
[rowHeight]='"auto"'
[rowHeight]='"fixed"'
(activate)='onActivate($event)'
style='height: 500px;'
[scrollbarV]='true'
[scrollbarH]='false'
[virtualization]='false'
[count]='lookups.cachedCertificateList.length'
[limit]="5"
>
<ngx-datatable-column prop="alias" name="Alias" maxWidth="250"></ngx-datatable-column>
<ngx-datatable-column prop="certificateId" name="Certificate id"
></ngx-datatable-column>
<ngx-datatable-column prop="certificateId" name="Certificate id"></ngx-datatable-column>
<ngx-datatable-column [cellTemplate]="certificateRowActions" name="Delete"
maxWidth="180"></ngx-datatable-column>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment