FilterSettingsModel

23 Sep 20251 minute to read

Interface for a class FilterSettings

Properties

columns PredicateModel[]

Specifies the columns to be filtered at initial rendering of the Gantt.
You can also get the columns that were currently filtered.

hierarchyMode FilterHierarchyMode

Defines the filter types. The available options are,
Parent: Shows the filtered record with parent record.
Child: Shows the filtered record with child record.
Both : shows the filtered record with both parent and child record.
None : Shows only filtered record.

ignoreAccent boolean

If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.

operators ICustomOptr

The operators is used to override the default operators in filter menu. This should be defined by type wise
(string, number, date and boolean). Based on the column type, this customize operator list will render in filter menu.

type FilterType

Defines filter type of Gantt.

  • Menu - Enables menu filters in Grid.