Request new features or modifications


Post by renangi100 »

Hi Team,

We have purchased a license on behalf of Ritesoftware.
In one of our projects, we are planning to use the Tree-Summary-Heatmap component for employee timesheet entry.

Our requirement is to have clickable cells, where users can directly add or update their attendance within the heatmap.

Could you please guide us on the best way to implement this functionality?

Thanks & Regards,
Madhu


Post by alex.l »

Hi Madhu,

Tree Summary Heatmap demo uses https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ResourceTimeRanges feature with enabled https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ResourceTimeRanges#property-enableMouseEvents to catch clicks.

You will need to implement editor by yourself, we do not have inbox. Use this click event https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ResourceTimeRanges#event-resourceTimeRangeClick to handle click, see demo how to get data, show custom editor as you want to see it.

All the best,
Alex Lazarev

How to ask for help? Please read our Support Policy


Post Reply