I'm trying to set the rendered attribute of af:panelList
on a CSS file so I can't display it according to the device resolution but when I define on CSS:
#pl2 {
rendered:false;
}
I get a unknown property "rendered" and chrome doesn't hide it when its a smaller resolution.
Heres the component definition on my .jspx file:
<af:panelList id="pl2" rows="3" maxColumns="5" >
What can i do to fix this? Is there a way around?