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
6262 

Can we provide our own values(not sObjects values) to "value" attribute in <apex:pageBlockTable> ?

SidzSidz

In apex:pageblocktable the value attribute should point to a list.

 

it can be a list of sobjects,string ,integer or a list of ur custom class type.

 

 

kiranmutturukiranmutturu

@Sidz

 it should points to only object types not the primitive types.i.e. not list of strings or integers....