Skip to content

Commit

Permalink
Picklist Demo updated
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Mar 11, 2021
1 parent d041054 commit 086fdf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/showcase/components/picklist/picklistdemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h1>PickList</h1>
<div class="content-section implementation">
<div class="card">
<p-pickList [source]="sourceProducts" [target]="targetProducts" sourceHeader="Available" targetHeader="Selected" [dragdrop]="true"
[responsive]="true" [sourceStyle]="{'max-height':'30rem'}" [targetStyle]="{'max-height':'30rem'}" filterBy="name"
[responsive]="true" [sourceStyle]="{'height':'30rem'}" [targetStyle]="{'height':'30rem'}" filterBy="name"
sourceFilterPlaceholder="Search by name" targetFilterPlaceholder="Search by name">
<ng-template let-product pTemplate="item">
<div class="product-item">
Expand Down Expand Up @@ -454,7 +454,7 @@ <h5>Dependencies</h5>
</a>
<app-code lang="markup" ngNonBindable ngPreserveWhitespaces>
&lt;p-pickList [source]="sourceProducts" [target]="targetProducts" sourceHeader="Available" targetHeader="Selected" [dragdrop]="true"
[responsive]="true" [sourceStyle]="&#123;'max-height':'30rem'&#125;" [targetStyle]="&#123;'max-height':'30rem'&#125;" filterBy="name"
[responsive]="true" [sourceStyle]="&#123;'height':'30rem'&#125;" [targetStyle]="&#123;'height':'30rem'&#125;" filterBy="name"
sourceFilterPlaceholder="Search by name" targetFilterPlaceholder="Search by name"&gt;
&lt;ng-template let-product pTemplate="item"&gt;
&lt;div class="product-item"&gt;
Expand Down

0 comments on commit 086fdf6

Please sign in to comment.