Code development platform for open source projects from the European Union institutions

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

Fix domain value is not showing on the search page

parent e795451c
No related branches found
No related tags found
No related merge requests found
......@@ -58,10 +58,9 @@
[headerHeight]='50'
[footerHeight]='50'
[rowHeight]='"auto"'>
<ngx-datatable-column prop="domainCode" name="Domain" maxWidth="250"></ngx-datatable-column>
<ngx-datatable-column prop="documentIdentifierScheme" name="Document identifier scheme"
<ngx-datatable-column prop="documentIdentifierScheme" name="Subresource identifier scheme"
maxWidth="350"></ngx-datatable-column>
<ngx-datatable-column prop="documentIdentifier" name="Document identifier"
<ngx-datatable-column prop="documentIdentifier" name="Subresource identifier"
maxWidth="250"></ngx-datatable-column>
<ngx-datatable-column [cellTemplate]="rowMetadataSMPUrlLinkAction" name="URL"
maxWidth="250"></ngx-datatable-column>
......
......@@ -64,6 +64,13 @@ export class ServiceGroupSearchComponent implements OnInit, AfterViewInit, After
maxWidth: 120,
resizable: "false",
},
{
name: 'Domain',
width: 120,
maxWidth: 200,
prop: 'domainCode',
showInitially: true,
},
{
name: 'Resource scheme',
prop: 'participantScheme',
......
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