Hi All,
How to enhance the selection of resources, choose all, choose none, reverse select, is it supported?
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.