feat(useQueryWithUtilities): Allow passing custom func to combine params#112
feat(useQueryWithUtilities): Allow passing custom func to combine params#112
Conversation
src/utilities/hooks/useQueryWithUtilities/hooks/useParamsFromTableState.js
Outdated
Show resolved
Hide resolved
10f9998 to
cb64f03
Compare
|
Diff Coverage: The code coverage on the diff in this pull request is 0.0%. Total Coverage: This PR will decrease coverage by 0.24%. 🛟 Help
|
|
Thank you for this @LightOfHeaven1994! We just need one more thing for this. We also want to utilise the function in the |
cb64f03 to
2673471
Compare
Done 👍 |
bastilian
left a comment
There was a problem hiding this comment.
Nice work! Thank you @LightOfHeaven1994!
Allow passing custom function that will take care of combining filters coming from table state and custom filters (like default one)
Closes #110