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
This optional "hanging" method on any given filterFn allows the filter function to transform/sanitize/format the filter value before it is passed to the filter function.
This feature allow to transform from localized number/date input and transform to standard value before filter.
example: API return date yyyy-mm-dd and user input dd/mm/yyyy
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Like describe here: https://tanstack.com/table/v8/docs/api/features/filters#filterfnresolvefiltervalue
This optional "hanging" method on any given filterFn allows the filter function to transform/sanitize/format the filter value before it is passed to the filter function.
This feature allow to transform from localized number/date input and transform to standard value before filter.
example: API return date yyyy-mm-dd and user input dd/mm/yyyy
Beta Was this translation helpful? Give feedback.
All reactions