Our powerful JS Calendar component


Post by bin_yu »

Hi All,

How to enhance the selection of resources, choose all, choose none, reverse select, is it supported?

2025-05-09 perform batch operations on user selection.png
2025-05-09 perform batch operations on user selection.png (510.24 KiB) Viewed 158 times

Post by johan.isaksson »

Hi,

The resource picker in the sidebar is a ResourceFilter, and it does support displaying a "Select all" item. See https://bryntum.com/products/calendar/docs/api/Scheduler/widget/ResourceFilter#config-selectAllItem, and this demo https://bryntum.com/products/calendar/examples/sidebar-customization/.

Regarding the other options, you would have to add buttons to the sidebar and implement the code for them yourself.

Best regards,
Johan Isaksson

Post Reply