use dynamic columns from ADF (#889)

* upgrade to latest ADF 3.0.0 alpha

* migrate to ADF column components

* use dynamic column from ADF

* fix e2e tests
This commit is contained in:
Denys Vuika
2019-01-04 11:50:51 +00:00
committed by GitHub
parent 2d59a3354e
commit fe8c459637
38 changed files with 664 additions and 1540 deletions

View File

@@ -4,8 +4,8 @@
[tooltip]="appName$ | async"
[color]="headerColor$ | async"
[title]="appName$ | async"
(clicked)="toggleClicked.emit($event)">
(clicked)="toggleClicked.emit($event)"
>
<div class="adf-toolbar--spacer adf-toolbar-divider"></div>
<aca-search-input></aca-search-input>
@@ -15,10 +15,7 @@
<aca-current-user></aca-current-user>
<ng-container *ngFor="let actionRef of actions; trackBy: trackByActionId">
<aca-toolbar-action
[actionRef]="actionRef"
color="default">
<aca-toolbar-action [actionRef]="actionRef" color="default">
</aca-toolbar-action>
</ng-container>
</adf-layout-header>