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
hi, i'm building a datatable and for global search i'm using fuse as designed. creating the class and making a list of options.
however for individual column filters i need something different for each type.
i'd love to use fuse comparing function for the text col type, but i don't want to be constructing the whole class and so on.
the best fit would be to just have a function that could take two strings and return true/false based on whether threshold is passed.
would this be trivial for maintainer to implement?
if no and i were to implement it, would such PR be merged?
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
-
hi, i'm building a datatable and for global search i'm using fuse as designed. creating the class and making a list of options.
however for individual column filters i need something different for each type.
i'd love to use fuse comparing function for the text col type, but i don't want to be constructing the whole class and so on.
the best fit would be to just have a function that could take two strings and return true/false based on whether threshold is passed.
would this be trivial for maintainer to implement?
if no and i were to implement it, would such PR be merged?
thanks for answer.
Beta Was this translation helpful? Give feedback.
All reactions