-
|
Hello Everyone 👋 . I am having an issue. In some tables, I want to kind of hide Query Parameters from the URL. For Example This should be not visible like that but it should be in the state in react. Because I have more than one tables in my dashboard they are kind of overflowing with each other. Can we do that? 😓 |
Beta Was this translation helpful? Give feedback.
Answered by
kho-ja
Jul 8, 2025
Replies: 1 comment
-
|
I found the answer! You just create your own Just copy the use-data-table.ts replace and use copied version to not reflect in the top url bar. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kho-ja
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the answer!
You just create your own
useDataTablewithuseStatenot with nuqs'useQueryState.Just copy the use-data-table.ts replace
useQueryStatewithuseStateinside.and use copied version to not reflect in the top url bar.