You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to register a custom filter for the global filter? I have attempted to do this but can't get it to work by setting global: { value: null, matchMode: FilterMatchMode.CUSTOM } and registering the custom function FilterService.register('custom_global'...
For context I would like the global search field to be able to search values of one column which is an array of objects. I've been able to implement a custom filter on the column in question to achieve some filtering but would the global search to also be able to do this.
The text was updated successfully, but these errors were encountered:
melloware
added
question
Issue contains a question about the use of PrimeReact components or the products it supports
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Jan 23, 2025
and pass that filters to datatable filters property.
Using the whole thing with custom header={renderHeader} with an input, replacing the old one <InputText value={globalFilterValue} onChange={onGlobalFilterChange} placeholder={"mycustom global filter"} />
melloware
added
Resolution: Workaround
Issue or pull request contains a workaround. It needs to be reviewed further by Core Team
and removed
question
Issue contains a question about the use of PrimeReact components or the products it supports
labels
Jan 23, 2025
Is it possible to register a custom filter for the global filter? I have attempted to do this but can't get it to work by setting
global: { value: null, matchMode: FilterMatchMode.CUSTOM }
and registering the custom functionFilterService.register('custom_global'...
For context I would like the global search field to be able to search values of one column which is an array of objects. I've been able to implement a custom filter on the column in question to achieve some filtering but would the global search to also be able to do this.
The text was updated successfully, but these errors were encountered: