JSOM numeric paging, Go to a specific page

I am creating a paged list in SharePoint 2010 using JSOM withe help of following link

http://social.technet.microsoft.com/wiki/contents/articles/18606.sharepoint-2013-paging-with-sharepoint-client-object-model.aspx

I have implemented next or back paging but I could not find any way to do "numeric" paging, for example If I am on page 1,  I can't go directly to page 3.

Is it possible?


  • Edited by Shafaqat Thursday, April 30, 2015 5:31 AM
April 30th, 2015 5:30am

Hi,

Per my understanding, you might want to create a custom list with numeric paging functionality by following the demo you provided.

As the retrieved result set is controlled by the two parameters: pageIndex and pageSize, a thought is that you can add your custom logic to control the values of the two parameters to implement the numeric paging.

Feel free to reply if there is any progress.

Thanks 

Patrick Liang

Free Windows Admin Tool Kit Click here and download it now
April 30th, 2015 11:07pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics