Best approach to update all entries in a list that is paginated?












12















I have a list which is paginated in a webpage. It also has a function to select the number of entries per page.
A bulk update on all is required.



What would be the best approach to this? My concern is that a user would doubt if we refer to the current page or to the whole list.
A confirmation window with details or an info message to detail it would suffice?



This is how it looks for now:



enter image description here










share|improve this question







New contributor




Dan Ovidiu Boncut is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Question: how did gmail solve this?

    – Mooing Duck
    3 hours ago
















12















I have a list which is paginated in a webpage. It also has a function to select the number of entries per page.
A bulk update on all is required.



What would be the best approach to this? My concern is that a user would doubt if we refer to the current page or to the whole list.
A confirmation window with details or an info message to detail it would suffice?



This is how it looks for now:



enter image description here










share|improve this question







New contributor




Dan Ovidiu Boncut is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Question: how did gmail solve this?

    – Mooing Duck
    3 hours ago














12












12








12








I have a list which is paginated in a webpage. It also has a function to select the number of entries per page.
A bulk update on all is required.



What would be the best approach to this? My concern is that a user would doubt if we refer to the current page or to the whole list.
A confirmation window with details or an info message to detail it would suffice?



This is how it looks for now:



enter image description here










share|improve this question







New contributor




Dan Ovidiu Boncut is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I have a list which is paginated in a webpage. It also has a function to select the number of entries per page.
A bulk update on all is required.



What would be the best approach to this? My concern is that a user would doubt if we refer to the current page or to the whole list.
A confirmation window with details or an info message to detail it would suffice?



This is how it looks for now:



enter image description here







lists pagination updating






share|improve this question







New contributor




Dan Ovidiu Boncut is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Dan Ovidiu Boncut is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Dan Ovidiu Boncut is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 16 hours ago









Dan Ovidiu BoncutDan Ovidiu Boncut

1613




1613




New contributor




Dan Ovidiu Boncut is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Dan Ovidiu Boncut is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Dan Ovidiu Boncut is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • Question: how did gmail solve this?

    – Mooing Duck
    3 hours ago



















  • Question: how did gmail solve this?

    – Mooing Duck
    3 hours ago

















Question: how did gmail solve this?

– Mooing Duck
3 hours ago





Question: how did gmail solve this?

– Mooing Duck
3 hours ago










2 Answers
2






active

oldest

votes


















16














Allow the user to see how many are selected, and give them the option to select the whole data set beyond the pagination.



Gmail has this pattern. Once you select 'All' via the checkbox, a message appears stating:




  • How many are currently selected

  • A link with the number of the whole data set, and the ability to select the entire set


enter image description here



enter image description here






share|improve this answer

































    3














    Add a button to the bottom where the other page controls are.



    enter image description here



    Also, if users are doing mass changes often, consider making a separate tool for it.






    share|improve this answer





















    • 1





      How does this solve "My concern is that a user would doubt if we refer to the current page or to the whole list."?

      – Jacob Raihle
      10 hours ago






    • 1





      "Update items in all pages" would be a bit clearer for me

      – mgarciaisaia
      7 hours ago











    • Yeah you guys are right. I made the button text more descriptive.

      – moot
      4 hours ago











    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "102"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    noCode: true, onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });






    Dan Ovidiu Boncut is a new contributor. Be nice, and check out our Code of Conduct.










    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fux.stackexchange.com%2fquestions%2f124329%2fbest-approach-to-update-all-entries-in-a-list-that-is-paginated%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    16














    Allow the user to see how many are selected, and give them the option to select the whole data set beyond the pagination.



    Gmail has this pattern. Once you select 'All' via the checkbox, a message appears stating:




    • How many are currently selected

    • A link with the number of the whole data set, and the ability to select the entire set


    enter image description here



    enter image description here






    share|improve this answer






























      16














      Allow the user to see how many are selected, and give them the option to select the whole data set beyond the pagination.



      Gmail has this pattern. Once you select 'All' via the checkbox, a message appears stating:




      • How many are currently selected

      • A link with the number of the whole data set, and the ability to select the entire set


      enter image description here



      enter image description here






      share|improve this answer




























        16












        16








        16







        Allow the user to see how many are selected, and give them the option to select the whole data set beyond the pagination.



        Gmail has this pattern. Once you select 'All' via the checkbox, a message appears stating:




        • How many are currently selected

        • A link with the number of the whole data set, and the ability to select the entire set


        enter image description here



        enter image description here






        share|improve this answer















        Allow the user to see how many are selected, and give them the option to select the whole data set beyond the pagination.



        Gmail has this pattern. Once you select 'All' via the checkbox, a message appears stating:




        • How many are currently selected

        • A link with the number of the whole data set, and the ability to select the entire set


        enter image description here



        enter image description here







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 12 hours ago

























        answered 15 hours ago









        Mike MMike M

        10.1k11930




        10.1k11930

























            3














            Add a button to the bottom where the other page controls are.



            enter image description here



            Also, if users are doing mass changes often, consider making a separate tool for it.






            share|improve this answer





















            • 1





              How does this solve "My concern is that a user would doubt if we refer to the current page or to the whole list."?

              – Jacob Raihle
              10 hours ago






            • 1





              "Update items in all pages" would be a bit clearer for me

              – mgarciaisaia
              7 hours ago











            • Yeah you guys are right. I made the button text more descriptive.

              – moot
              4 hours ago
















            3














            Add a button to the bottom where the other page controls are.



            enter image description here



            Also, if users are doing mass changes often, consider making a separate tool for it.






            share|improve this answer





















            • 1





              How does this solve "My concern is that a user would doubt if we refer to the current page or to the whole list."?

              – Jacob Raihle
              10 hours ago






            • 1





              "Update items in all pages" would be a bit clearer for me

              – mgarciaisaia
              7 hours ago











            • Yeah you guys are right. I made the button text more descriptive.

              – moot
              4 hours ago














            3












            3








            3







            Add a button to the bottom where the other page controls are.



            enter image description here



            Also, if users are doing mass changes often, consider making a separate tool for it.






            share|improve this answer















            Add a button to the bottom where the other page controls are.



            enter image description here



            Also, if users are doing mass changes often, consider making a separate tool for it.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited 7 hours ago

























            answered 12 hours ago









            mootmoot

            4,0131913




            4,0131913








            • 1





              How does this solve "My concern is that a user would doubt if we refer to the current page or to the whole list."?

              – Jacob Raihle
              10 hours ago






            • 1





              "Update items in all pages" would be a bit clearer for me

              – mgarciaisaia
              7 hours ago











            • Yeah you guys are right. I made the button text more descriptive.

              – moot
              4 hours ago














            • 1





              How does this solve "My concern is that a user would doubt if we refer to the current page or to the whole list."?

              – Jacob Raihle
              10 hours ago






            • 1





              "Update items in all pages" would be a bit clearer for me

              – mgarciaisaia
              7 hours ago











            • Yeah you guys are right. I made the button text more descriptive.

              – moot
              4 hours ago








            1




            1





            How does this solve "My concern is that a user would doubt if we refer to the current page or to the whole list."?

            – Jacob Raihle
            10 hours ago





            How does this solve "My concern is that a user would doubt if we refer to the current page or to the whole list."?

            – Jacob Raihle
            10 hours ago




            1




            1





            "Update items in all pages" would be a bit clearer for me

            – mgarciaisaia
            7 hours ago





            "Update items in all pages" would be a bit clearer for me

            – mgarciaisaia
            7 hours ago













            Yeah you guys are right. I made the button text more descriptive.

            – moot
            4 hours ago





            Yeah you guys are right. I made the button text more descriptive.

            – moot
            4 hours ago










            Dan Ovidiu Boncut is a new contributor. Be nice, and check out our Code of Conduct.










            draft saved

            draft discarded


















            Dan Ovidiu Boncut is a new contributor. Be nice, and check out our Code of Conduct.













            Dan Ovidiu Boncut is a new contributor. Be nice, and check out our Code of Conduct.












            Dan Ovidiu Boncut is a new contributor. Be nice, and check out our Code of Conduct.
















            Thanks for contributing an answer to User Experience Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fux.stackexchange.com%2fquestions%2f124329%2fbest-approach-to-update-all-entries-in-a-list-that-is-paginated%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How to label and detect the document text images

            Vallis Paradisi

            Tabula Rosettana