function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rolando EstevesRolando Esteves 

problem with <apex:enhancedList >

Hi,

 

I have this line of code: For some reason when I load the page the enhanced list is not displaying with the height and with stablished. Any one knows why ?

 

<apex:enhancedList type="Noticia__c" rowsPerPage="25" customizable="true" height="300" width="950"  rendered="false" reRender="true"

 

kiranmutturukiranmutturu

you need to give rendered="true"