Page 1 of 1

[REACT] Resource Assignment Filter

Posted: Wed Feb 01, 2023 7:33 pm
by vconstruct

Hi Team,

We are trying to implement a filter on the resource assignment column, the way we want to achieve this is by allowing the user to select any number of assigned resources from a list outside the gantt and then once a button (labelled "Filter") is pressed, filter those tasks which are not associated to any of the selected resources.

We have tried using the "Filterby" function and returning true for only those tasks that have been associated to any one of those resources the issue with this is that we cannot see the applied filter at the column level filter, we also tried using an operator with "isIncludedIn" and value as an array of "resources" but that gave us an error.

Is there a built in filter feature targeted especially for resource assignments that we have missed that will solve this use case for us? Or should we stick to "Filterby".


Re: [REACT] Resource Assignment Filter

Posted: Thu Feb 02, 2023 3:34 pm
by tasnim

Hello,

Could you please show the code the way you're trying to implement it? And the errors you got?