Our state of the art Gantt chart


Post by umesh »

Hi there,

I want to filter the records which are on left side of a Gantt using bryntum. How can we do that?

Actually I found an example https://bryntum.com/products/gantt/examples/fieldfilters/.

Can this example been explained? Like I want to know how exactly the filtering is being happened. Where the starting point and where it ends.

Thanks,
Umesh.


Post by tasnim »

Hi,

This is the filterPicker https://bryntum.com/products/gantt/docs/api/Core/widget/FieldFilterPickerGroup that is used in that demo
And it is applying filters to the store https://bryntum.com/products/gantt/docs/api/Core/data/Store#config-filters
I hope you'll understand after reading the docs.

And you'll find the source code of the demo locally here Gantt\examples\fieldfilters

Please don't hesitate to ask, if you have any other questions

All The Best,
Tasnim


Post Reply