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

How do I print a Grid #184

Open
OlliTietavainenVaadin opened this issue Mar 5, 2021 · 0 comments
Open

How do I print a Grid #184

OlliTietavainenVaadin opened this issue Mar 5, 2021 · 0 comments
Labels
help wanted Extra attention is needed recipe

Comments

@OlliTietavainenVaadin
Copy link
Member

What will this enable for the user?
As a user of the application, I want to be able to print a Grid, or generate a printable PDF document out of the Grid, that has more than 1 viewport's height worth of content (but still a reasonable size, less than 20 pages for the sake of the example). One possible way this can be implemented by having a custom "print" URL/route which shows a paged version of the Grid and the requested page can be added as an additional route parameter. In other words, /print/0 has the first page, /print/1 has the second page, and so on. These routes can then be accessed sequentially with a headless browser to generate pages of the full document.

Recipe tags (optional):
printing, grid

@samie samie added the help wanted Extra attention is needed label Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed recipe
Projects
None yet
Development

No branches or pull requests

2 participants