I'm trying to implement a custom filter, like in your example: Filter
While browsing your code, is saw a useful component to building a more complicated filter: FilterCellWrapperComponent
FilterCellWrapperComponent is exported and usable for own filters.
I'm afraid that this is not possible at this time. The component in question is intended for internal use only, as it rely on a specific usage in combination with other internal components.
@rkonstantinov I see, thank you. It would be great, to have a sample, how to build a range filter (ex. column value has to be between two dates, or greater or less than a date). So I built my own, but not sure if everything was done correctly :smirk:
Actually, I do have such example laying around for some time. Maybe we could add it to the docs.
Documented in Filtering by Date Ranges.
Most helpful comment
Actually, I do have such example laying around for some time. Maybe we could add it to the docs.