support
support copied to clipboard
Implement support for configuration with rows higher than paper size
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:
- Row should be exported correctly when it has massive height
- Only events in the viewport should be rendered (ideally, they don't obstruct however they are not needed)
- Events should be positioned correctly on every page (we got rid of translating the row, but for such cases it may be needed)
- Make sure
layoutFn
works correctly with export