[v8 - Custom filterFn] Date Range Filter and Array SubString Column Filter #5829
Unanswered
iannn07
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've created a repo for Custom filterFn for handling Array Sub String filtering and Date Range Filter. You can access them below
StackBlitz
CodeSandbox
Array Sub String Filtering
Is suitable for
For example,
If you have John 1, John 2, John 3, Johannsen 1
You can find it using the 'jo' query and it'll return all data, while if you wrote 'john' it'll return all data containing 'john'
Date Range/Fixed Filtering
Is suitable for
This filter uses only 1 Input Field, which might suit you if you don't want to include the "Start Date" and "End Date" input fields within your header.
Beta Was this translation helpful? Give feedback.
All reactions