Hello,
i have a Timeline that i've managed to get pretty good grip of. However, i want to employ some filtering options, that i have realized as per your examples. I have a couple of dropdowns where you can select stuff, tbe selections are used in a showEventCustomizer and an "apply filter" button, where i do the getSelectedTimeline().rebuild().
Unfortunately, the rebuild causes a server refresh. This is unfortunate, since it will result in a lot of unneccessary server calls. There is already a date period selected, so i know that i have loaded all data already. All the filters are about reducing what's displayed in the timeline.
Is there a way to cause the eventCuztomizer to be re-evaluated for all events in the timeline without forcing a server-refresh. If i have to do a server refresh, i might as well do all the filtering on the server-side, it will at least reduce the data being sent back and forth...
 
i have a Timeline that i've managed to get pretty good grip of. However, i want to employ some filtering options, that i have realized as per your examples. I have a couple of dropdowns where you can select stuff, tbe selections are used in a showEventCustomizer and an "apply filter" button, where i do the getSelectedTimeline().rebuild().
Unfortunately, the rebuild causes a server refresh. This is unfortunate, since it will result in a lot of unneccessary server calls. There is already a date period selected, so i know that i have loaded all data already. All the filters are about reducing what's displayed in the timeline.
Is there a way to cause the eventCuztomizer to be re-evaluated for all events in the timeline without forcing a server-refresh. If i have to do a server refresh, i might as well do all the filtering on the server-side, it will at least reduce the data being sent back and forth...
Â