Open
Description
openedon Feb 23, 2018
How will virtual scrolling work when the user prints the page?
We probably want to render more elements than what the user sees on screen when they go to print the page. If its a reasonable size list (e.g. 100 items) we could just render the whole list in print mode. But what about larger lists (e.g. 1000000 items)? what about async data that needs to be fetched from the server?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment