Skip to content

Commit

Permalink
fix(excel-style-filtering): fixed template visualization #6815
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyexeption committed Jun 9, 2020
1 parent 3b927e1 commit f4fa687
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

%grid-excel-sort {
display: block;
padding: rem(8px) rem(16px);
padding: rem(8px) rem(0px);

header {
color: igx-color($palette, 'grays', 700);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,10 @@ <h4>{{ column.header || column.field }}</h4>
</div>
</header>

<div *ngIf="column.sortable">
<ng-container *ngTemplateOutlet="sortingTemplate"></ng-container>
</div>

<section class="igx-excel-filter__actions">
<div *ngIf="column.sortable">
<ng-container *ngTemplateOutlet="sortingTemplate"></ng-container>
</div>

<div *ngIf="column.movable">
<ng-container *ngTemplateOutlet="movingTemplate"></ng-container>
Expand Down

0 comments on commit f4fa687

Please sign in to comment.