Page 2 of 2

Re: [REACT] filter ressources via checkbox

Posted: Fri Feb 03, 2023 3:22 pm
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.


Re: [REACT] filter ressources via checkbox

Posted: Fri Feb 03, 2023 3:24 pm
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.