Newer
Older
<accordion class="panel card sticky-top top_information_list" [isAnimated]="true">
<accordion-group #cs panelClass="abstract-accordion lead" [isOpen]="true" class="mt-2">
<button class="btn btn-link btn-block clearfix pb-1" accordion-heading>
<div class="pull-left float-left font-weight-bold">
<h5>Output column selection for {{ dataset.label }}
<span *ngIf="cs.isOpen">
<span class="fas fa-chevron-up"></span>
</span>
<span *ngIf="!cs.isOpen">
<span class="fas fa-chevron-down"></span>
</div>
</button>
<p>Here you can customise the list of the table columns you want to display in the result
table. You can then
<a routerLink="/instance/{{ instanceSelected }}/search/result/{{ datasetSelected }}" [queryParams]="queryParams"
>display the results</a>.</p>
</accordion-group>
</accordion>