Skip to content
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

Report Pagination #17

Closed
jdorn opened this issue May 24, 2012 · 1 comment
Closed

Report Pagination #17

jdorn opened this issue May 24, 2012 · 1 comment
Assignees
Milestone

Comments

@jdorn
Copy link
Owner

jdorn commented May 24, 2012

Add 'paginate=#' to OPTIONS header where # is the number of rows per page.

Ability to pass limit and offset into reports in query string.

Cache full report result when limit is specified in query string. When using async html template, generate a random cache key to pass into the async report. The report will store full rows using this cache key.

Paginate links will refresh the table part of the report only, also passing in the generated cache key.

Need new 'table' report type that only displays html table of rows with a "Showing rows X to Y of Z" message at the top.

When pulling rows from cache, don't store report generation time.

@jdorn
Copy link
Owner Author

jdorn commented Jul 1, 2012

Not implementing for now. Easy to add later now that we are using the DataTables plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant