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

Implement support for configuration with rows higher than paper size #9241

Open
bmblb opened this issue May 24, 2024 · 0 comments
Open

Implement support for configuration with rows higher than paper size #9241

bmblb opened this issue May 24, 2024 · 0 comments
Assignees

Comments

@bmblb
Copy link

bmblb commented May 24, 2024

Reported here: https://forum.bryntum.com/viewtopic.php?f=44&t=29080&p=146921#p146921

In the demo there is a single resource with height over 18000 and client expects header to be repeated on every page.

We need to take such case into consideration:

  1. Row should be exported correctly when it has massive height
  2. Only events in the viewport should be rendered (ideally, they don't obstruct however they are not needed)
  3. Events should be positioned correctly on every page (we got rid of translating the row, but for such cases it may be needed)
  4. Make sure layoutFn works correctly with export
@bmblb bmblb self-assigned this May 24, 2024
@bmblb bmblb added forum Issues from forum premium labels May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant