Looking for assistance with customizing a property of the p-columnFilter component. I have managed to modify the filter modes and customize the names, but I am having trouble with the no-filter option. Has anyone found a solution for this?
this.matchModeOptions = [
{ label: "Equal To", value: customFilterName },
{ label: "Starts With", value: FilterMatchMode.STARTS_WITH }
];