Premium support for our pure JavaScript UI components


Post by alex.l »

But if i scroll, no summaries visible.

Please create a test case for the problem you described.
As I understood, you are talking about groupSummary feature, not summary feature?
Data layer and UI layer are working different. We need full dataset for calculations (as example summaries) but we can show HTML elements only when it's required.

All the best,
Alex


Post by EarlyHost »

We use both features. summary and groupSummary.
Calculation is done in same manner, for groupSummary i use the visible events and resources in the provided timespan / tick. For summary all events in the tick.

Data is available for full dataset. But scheduler renders all ticks, not only the visible one...
I build a Testcase wich shows in the console log, that the whole timespan is rendered.
Oddly group summaries only render when i colapse a node.
If i scroll a group summary into view, nothing happens.

Attachments
TestSummary.zip
Testcase based on Summary-Example
(3.96 KiB) Downloaded 25 times

Post by alex.l »

Ok, I see. Thank you very much.
Here is a feature request we have to add Virtual rendering for Summary features https://github.com/bryntum/support/issues/3017

All the best,
Alex


Post Reply