Forum Discussion

namkhing's avatar
namkhing
Copper Contributor
Jun 30, 2021

SharePoint list pages

I have a SharePoint list that has 1000 rows.

Is it possible to separate the list into 10 pages? One page contains 100 rows per page.   

5 Replies

  • namkhing Do you want to create 10 separate site pages and show filtered list items on it?

     

    Here's what you can do:

    1. Create 10 site pages

    2. On each page, add a List web part

    3. In list web part, you can edit the list view.

    4. Filter list view based on item ID like ID is greater than 0 AND ID is less than 101 and so on for each page.

     

    5. OR you can create 10 different list views in list itself & add those on 10 different pages.

    6. If there will be more than 1000 items in list in future, you can adjust the filter of last list view like item ID is greater than 900 --> do not add less than condition in filter section.

     

    Following documentations will help you with list views & filtering:

    1.  Create, change, or delete a view of a list or library 
    2. Use filtering to modify a SharePoint view 

    Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

    • namkhing's avatar
      namkhing
      Copper Contributor

      ganeshsanap 

       

      Thank you for your reply.

      What is the list web part, could you explain more on this? Thank you very much!

      • namkhing Check below documentation of list web part in SharePoint

         

        Use the List web part 


        Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

Resources