adminfaces / admin-theme

Primefaces admin theme based on Admin LTE and Bootstrap
https://adminfaces.github.io/site/docs/latest/#admin_theme
MIT License
145 stars 62 forks source link

Spinner icon misaligned when used on datatable filters #213

Closed rmpestano closed 6 years ago

rmpestano commented 6 years ago
Current Behaviour

spinner-datatable-before

Expected Behaviour

spinner-datatable-after

How to reproduce
 <p:column headerText="Price" sortBy="#{c.price}" filterBy="#{c.price}">
                            <f:facet name="filter">
                                <p:spinner value="#{carListMB.filter.entity.price}">
                                    <f:converter converterId="javax.faces.Double"/>
                                    <p:ajax process="@this" update="@none" oncomplete="PF('carsTable').filter()"/>
                                </p:spinner>
                            </f:facet>
                            #{c.price}
                        </p:column>
Additional Information