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
I know this is a very far edge case, but I'm trying to use this with a certain UI library that is very opinionated. long story short, I set a FilterFunc and SortFunc on a certain structure that will be used to sort and filter the list.
It would be nice to have filter and sort functions that return whether data should be in the list or not and sort which compares two rows to check order
The text was updated successfully, but these errors were encountered:
I know this is a very far edge case, but I'm trying to use this with a certain UI library that is very opinionated. long story short, I set a
FilterFunc
andSortFunc
on a certain structure that will be used to sort and filter the list.It would be nice to have
filter
andsort
functions that return whether data should be in the list or not andsort
which compares two rows to check orderThe text was updated successfully, but these errors were encountered: