useSearch on a dynamic hook
I'm trying to build a dynamic hook to handle the things for the tanstack table, like:
- pagination
- filters
- etc
How I can use the
useSearch dynamically without have everything as any Anyone already did something similar?