Best approach to update all entries in a list that is paginated?
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:
lists pagination updating
New contributor
add a comment |
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:
lists pagination updating
New contributor
Question: how did gmail solve this?
– Mooing Duck
3 hours ago
add a comment |
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:
lists pagination updating
New contributor
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:
lists pagination updating
lists pagination updating
New contributor
New contributor
New contributor
asked 16 hours ago
Dan Ovidiu BoncutDan Ovidiu Boncut
1613
1613
New contributor
New contributor
Question: how did gmail solve this?
– Mooing Duck
3 hours ago
add a comment |
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
add a comment |
2 Answers
2
active
oldest
votes
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
add a comment |
Add a button to the bottom where the other page controls are.
Also, if users are doing mass changes often, consider making a separate tool for it.
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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
add a comment |
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
add a comment |
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
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
edited 12 hours ago
answered 15 hours ago
Mike MMike M
10.1k11930
10.1k11930
add a comment |
add a comment |
Add a button to the bottom where the other page controls are.
Also, if users are doing mass changes often, consider making a separate tool for it.
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
add a comment |
Add a button to the bottom where the other page controls are.
Also, if users are doing mass changes often, consider making a separate tool for it.
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
add a comment |
Add a button to the bottom where the other page controls are.
Also, if users are doing mass changes often, consider making a separate tool for it.
Add a button to the bottom where the other page controls are.
Also, if users are doing mass changes often, consider making a separate tool for it.
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
add a comment |
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
add a comment |
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.
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
Question: how did gmail solve this?
– Mooing Duck
3 hours ago