Page 1 of 1

Picklist issue(filters) only with Poseidon

Posted: 23 Aug 2017, 17:52
by bdesrochers
Hi everyone,

I am using the poseidon template and I am trying to use the pick list component and the filter input fields do not appear on screen.

Can anyone see what I am doing wrong ?

Code: Select all

    <p-pickList [source]="sourcelist" [target]="targetlist" sourceHeader="Available" targetHeader="Selected" [responsive]="true" filterBy="id,fname,lname" dragdrop="true"
    sourceFilterPlaceholder="Search Source" targetFilterPlaceholder="Search Target">
      <ng-template let-source pTemplate="item">
          <div class="ui-helper-clearfix">
              <div style="font-size:14px;float:right;margin:5px 5px 0 0">{{source.id}} - {{source.fname}} - {{source.lname}}</div>
          </div>
      </ng-template>
    </p-pickList>
Thank you for your help !

Re: Picklist issue(filters) only with Poseidon

Posted: 13 Sep 2017, 09:55
by merve7
Can you tell me your browser and primeng version?

Re: Picklist issue(filters) only with Poseidon

Posted: 02 Jan 2018, 18:51
by bdesrochers
I'm having the same issue.

Chrome with the latest version of Poseidon. Prime NG 4.2.1

Re: Picklist issue(filters) only with Poseidon

Posted: 17 Jan 2018, 15:03
by merve7
Can you try with Poseidon v5?