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
IvarIvar 

Visualforce displays only 5 lines of items

I am at a loss, and am unable to find how I change this.

 

I have a visualforce page and an ajax controller feeding it data. Whenever the list of items fetched by the apex page exceeds 5 the visualforce page only displays the 5 latest, and cuts off the rest.

 

Can anyone tell me how I change this?

 

Best regards,

Ivar

Best Answer chosen by Admin (Salesforce Developers) 
IvarIvar

Sorry guys, I am an idiot... for some reason I had limited my query in the controller to 5 entries, and was totally overlooking that. 

All Answers

suresh.csksuresh.csk

Hi.

 

Please post your VF code.

 

cheers

suresh

gv007gv007

Here the point is where are you using the visual force page you are using in a section you can't display more then 5 items it a individual page according to documentation you can display 1000 rows.

 

Posting some code will help us to help us.

IvarIvar

Sorry guys, I am an idiot... for some reason I had limited my query in the controller to 5 entries, and was totally overlooking that. 

This was selected as the best answer