Add pagination and PEP-8 improvements.#11
Add pagination and PEP-8 improvements.#11LondonAppDev wants to merge 5 commits intockan:masterfrom LondonAppDev:master
Conversation
|
Thanks for this idea. We have occasionally had problems with reports which are 100s of screenfuls long - they take way too long to render, take up lots of memory, and in these cases pagination would be great. However I'm a big fan of navigating a report by scrolling down, searching a report by doing Ctrl-F, printing a report using Ctrl-P and saving it with Ctrl-S, none of which you can do when pagination is used. So for reports that have pagination configured, what do you think about it automatically showing an option to turn off pagination? |
|
Hi David, Thanks for getting back to me on the pull request. Yes, I totally agree. I myself, am a fan of using Ctrl+F to find items in a I'm currently travelling until Jan 2016 and won't get a chance to add this Cheers, *Mark Winterbottom | *Full-Stack Software Engineer On Wed, Dec 9, 2015 at 1:01 PM, David Read notifications@github.com wrote:
|
|
Cool that you agree about this extra bit. I'd prefer to just hold off On 11 December 2015 at 15:05, Mark Winterbottom notifications@github.com
|
I have added pagination which is enabled by adding the 'paginate_by' key to the info dict of the report. Also a number of small changes for PEP-8 compliance. Documentation has been updated to include information for enabling pagination.