Replies: 1 comment
-
Faced the same problem. I want to sort (without using sorting state) the results of global filtering by |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What am I missing to sort the rows based on global filter? I would like to integrate Fuse.js to do weighted search but whatever I do feels hacky. What is the recommended way of achieving this?
If I use
globalFilterFn
I can filter based on therefIndex
(returned by Fuse.js) and I can then addscore
toaddMeta
. But then how do I use that meta information to sort the rows?Beta Was this translation helpful? Give feedback.
All reactions