How to make the color of the Dynamic PanelGrid header in Primefaces?

0

I need to streamline the display color of the PanelGrid tile in Primefaces 5.1

    
asked by anonymous 21.11.2014 / 14:27

1 answer

1

Natively PrimeFaces does not have a property that allows you to change the style of the header, but you can create your own custom CSS by changing the ui-widget-panelheader class, as it is responsible for it.

    
21.11.2014 / 14:32