Page 1 of 1

Icon Date Picker and Paginator

Posted: 03 Sep 2021, 09:37
by CCMO MUTUELLE
Hello,

We are using Date Picker and datatable with Paginator and we have some icon issues.

The next week and previous week from DatePicker are transparent. So we can't see arrows very well.

And the "next page" icon on paginator, is the same as the "previous page" icon. (but it works like next page)

Re: Icon Date Picker and Paginator

Posted: 03 Sep 2021, 13:07
by siris
Hi,

Please attach a screenshot or sample code so i can reproduce your issue please.

Best Regards,

Re: Icon Date Picker and Paginator

Posted: 06 Sep 2021, 10:11
by CCMO MUTUELLE
Hey,

I tried to attach a screeshot, but i don't see how ..

Just use DatePicker and Paginator without specific.

Code: Select all

          
        <p:dataTable paginator="true">
        </p:dataTable>
        <p:datePicker />

PrimeFaces Version : 10.0.4
Omega-theme : 3.1.0

My web.xml

Code: Select all

    <context-param>
        <param-name>primefaces.THEME</param-name>
        <param-value>omega-orange</param-value>
    </context-param>

Re: Icon Date Picker and Paginator

Posted: 10 Sep 2021, 10:15
by siris
I really can't reproduce your issue with 10.0.0 or 10.0.4. You can check our demo app: http://primefaces.org/omega/table.xhtml
There does not appear to be such a issue.

Best Regards,