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
If I use global filtering, is it possible to specify an override for a specific column of data how that column is filtered by the global filter. I have a case where the base data in a specific column is ISO8601 dates, and I want the global filter to always search by the current browser's localized date format - how does one do this correctly?
I tried adding "filter" functions to each column definition which didn't work, also the various examples online point to different things and the documentation on global filter only suggests, that I should override "globalFilter" fully on the useTable level - is that correct?
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
-
Hey!
If I use global filtering, is it possible to specify an override for a specific column of data how that column is filtered by the global filter. I have a case where the base data in a specific column is ISO8601 dates, and I want the global filter to always search by the current browser's localized date format - how does one do this correctly?
I tried adding "filter" functions to each column definition which didn't work, also the various examples online point to different things and the documentation on global filter only suggests, that I should override "globalFilter" fully on the useTable level - is that correct?
Best regards,
Lari
Beta Was this translation helpful? Give feedback.
All reactions