Example of Advanced Filter in Javascript Gantt Chart

/
/
Advanced Filtering

This sample demonstrates the integration of the QueryBuilder component for complex filtering in the Gantt Chart.

More Details...

Description

In this example, the process involves retrieving the complex query from the QueryBuilder component and subsequently integrating it into the Gantt Chart by updating its Query Property. The QueryBuilder component tool is located in a SideBar component that appears when you click on the toolbar. Injecting Module: Gantt component features are segregated into individual feature-wise modules. To use filtering feature, inject the Selection module using the Gantt.Inject(Selection) method. To use selection feature, inject the Selection module using the Gantt.Inject(Selection) method. More information on the Essential® JS2 Gantt Chart can be found in this documentation section.