Our pure JavaScript Scheduler component


Post by marcio »

Hey André,

If you're using the addFilter method, you can check https://bryntum.com/products/scheduler/docs/api/Scheduler/data/ResourceStore#property-records and the resources that are not present in this array are the ones that are not filtered.

Best regards,
Márcio


Post by mats »

You can also query the store using https://bryntum.com/products/scheduler/docs/api/Core/data/Store#function-isAvailable to learn if a record is filtered out or not.


Post Reply