Hi Michael,
Thanks for contacting Syncfusion support.
We have validated the provided sample and we suggest binding the custom data operator in the filterMenu by using ‘datetimeOperator’ (for date time) property in filterSettings. Please find the code example for your reference.
this.filterSettings = {
type: 'Menu',
operators: {
datetimeOperator: [{ value: 'greaterThan', text: 'greater than' }]
}
};
You can customize the default filter operator list by defining the filterSettings.operators property. The available options are:
- stringOperator- defines customized string operator list.
- numberOperator - defines customized number operator list.
- dateOperator - defines customized date operator list.
- datetimeOperator – defines customized date time operator list.
- booleanOperator - defines customized boolean operator list.
Please get back to us if you need further assistance with this.
Regards,
Rajapandiyan S