improve column rendering performance (#742)

* improve column rendering performance

* disable ACA-1892 implementation

* fix sidenav auto-close
This commit is contained in:
Denys Vuika
2018-10-20 09:44:22 +01:00
committed by GitHub
parent ed6d95cc1a
commit f1813d2082
8 changed files with 12 additions and 8 deletions

View File

@@ -38,7 +38,7 @@
(name-click)="navigateTo($event.detail?.node)">
<data-columns>
<ng-container *ngFor="let column of columns">
<ng-container *ngFor="let column of columns; trackBy: trackById">
<ng-container *ngIf="column.template && !(column.desktopOnly && isSmallScreen)">
<data-column