Our powerful JS Calendar component


Post by mromey »

Users are requesting the ability to summarize the total number of hours of events in a given day at the bottom/top of the daily or weekly view. Does a built in feature exist that can auto summarize day totals from multiple events? If this feature doesn’t exists i would appreciate so guidance, examples or links to the documentation that would give us a head start customizing and adding this request.


Post by Animal »

You would add a bbar to your view definition.

The views are Panels so they offer all of Panel's capabilities: https://www.bryntum.com/docs/scheduler/api/Core/widget/Panel#config-bbar

Of course it would not be able to default to being a Toolbar. It would have to be your own custom Widget which you create DOM content in and style using your own CSS


Post by mromey »

Got it. We have our own framework with the ability to add and stack components. We will add a component that stacks on top/bottom of the calendar that aligns to the daily swim lanes and summarizes the data. I had hoped for something more integrated.


Post by Animal »

You will find it easier by far to create a Bryntum Widget which will automatically stack there.


Post Reply