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
developerTeamdeveloperTeam 

How to Use Enhanced List in Tab Panel ???

Hi ,

 

iam facing some problem while placing Enhanced List in Tab Panel .....

 

It Show's Loading on the screen continously but am not able to see the list 

 

help us.

<apex:tabPanel switchType="client" selectedTab="name1" id="theTabPanel" tabClass="activeTab" inactiveTabClass="inactiveTab">
<apex:tab title="Color Pallette" label="Color Pallette" name="name1" id="tabOne" reRender="Color_Palette" style="font-size:12px;font-style:normal;font-family:'Calibri';width:120px; " >

<apex:sectionHeader title="ColorPallette" subtitle="Summary"  />

<apex:enhancedList type="Color_Palette__c" height="500" />

 </apex:tab>

thankyou