You need to sign in to do that
Don't have an account?

Wrapper class Dynamic Fields display
Hi,
HeaderValue are not display the table.Outputtext value not display in table format. full values are displayed in single column
Now I am getting the following result

Thanks,
<apex:pageBlockTable value="{!lstwrapper}" var="key" id="ptb"> <apex:column HeaderValue="{!key.FF}" > <apex:outputText value="{!key.data[key.FF]}" /> </apex:column> </apex:pageBlockTable>
HeaderValue are not display the table.Outputtext value not display in table format. full values are displayed in single column
Now I am getting the following result
Thanks,
Thanks for your reply.
its not working.No changes in the result.