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

pageblocktable...Urgent!!
Hi,
Using wrapper class im retriving Account and case details.
I want to disply like this in VF page ,
if i use pageblocktable,im getting all data in row from wrapperList..
Hi kavi,
You have to use <apex:repeat> to fulfill your requirement.
you can use HTML tags like table,tr,td in your code for designing.
see below link.
apex:repeat
Hit Kudos if this provides you with useful information and if this is what you where looking for then please mark it as a solution for other benefits.
Thank You,
Hitesh Patel
SFDC Certified Developer & Administrator
My Blog:- http://mrjavascript.blogspot.in/
Hi,
Use below example.
VF Page:
Controller:
I hope this will help to you.
Here is the sample example as per your requirement.
Visualforce Page:
Apex Class:
Hit Kudos if this provides you with useful information and if this is what you where looking for then please mark it as a solution for other benefits.
Thank You,
Hitesh Patel
SFDC Certified Developer & Administrator
My Blog:- http://mrjavascript.blogspot.in/
Thank you pooja and hitesh..