You need to sign in to do that
Don't have an account?
KMS12
Apex:PageBlockTable attribute
Hi,
I wold like to create a table in PDF formatted this way. What attribute do I use to space the varying length of the columns.I am not sure if the below format is clear. I would like to have varying column lenghths. how to acheive this?
Heading1 Heading4 Heading5
Heading2
Heading6 Heading7
Heading8 Heading9 Heading10
Heading3
Try using columnsWidth property of pageBlockTable. You can pass different widths for each column as a comma seprated value.
Check the documentation for this tag in here, yourorgurl/apexpages/apexcomponents.apexp.
Its a very usefull link it has all apex tags documentation