-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it possible to view more than 50 rows #3249
Conversation
Adding the options 100, 500, 1000
Why isn't the solution from #2624 adequate? |
Hi @Abbe98 You can take a look at the listing of preferences that can be set on our wiki page here: https://github.com/OpenRefine/OpenRefine/wiki/Preferences |
This has a much lower discovery barrier and I believe that broader defaults
would actually be useful for many users and use cases.
The preference page has quite a high discovery barrier, and it's currently
not possible to use it without familiarity or its documentation.
|
Just noting that I would hope that we get the infinite scrolling PR merged before the next release (#2746), in which case there will not be any page size selection any longer, so this would only benefit people who run OpenRefine from the master branch (or snapshot releases) in the meantime. |
A year later I still think this is a good idea, it provides better and much wanted defaults. The settings are still very inaccessible for most and the proposed defaults can be managed by most computers. |
Hi @Abbe98 (by the way - great live editing screencasts! ;) ) |
Adding the options 100, 500, 1000 Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
Adding the options 100, 500, 1000.
Motivation
I have in my own OpenRefine had these options for a while and I have found that it saves scrolling and context switching time when one needs to manually go through large amounts of data, by making sure one does not need to scroll up to access the pagination navigation.
Notes
I have tested the performance of this on two computers and I don't think even the 1000 option will be problematic on most modern computers.
The only past issue on the subject I'm aware of is #303.