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
Is your feature request related to a problem? Please describe.
Hi, I am currently occuried this situation:
I have a search bar and a table, I use the antd Table Component and the useTable hooks from refine/antd,
and then I typed a + in search bar, which sync with location without any URI encoding, and then I go to detail page and reback, it turns out that the + becomes a blankspace, apparently because of URI codeing something.
a video records, please check if you need.
it is bad because sometimes some email have the + too, like Alice+amazon@gmail.com, it occurs the same situation.
I read a lots of docs and blogs, I don't find the same situation and its resolution, please tell me what to do, I really think this situation is very common and we all need to fix it.
To be clear, I don't want to set syncwithlocation to false, because this feature is very awesome, and my English is not so well, so if anything of expression is bad, I apologize to you.
Describe alternatives you've considered
No response
Additional context
No response
Describe the thing to improve
useTable hoos from @refinedev/antd
The text was updated successfully, but these errors were encountered:
Hello @induang thanks for taking time to create issue. We will try to check it soon, but in the meantime you can chat with AI Bot to explain and find possible answers to your issue. You can find it at https://refine.dev/docs
Is your feature request related to a problem? Please describe.
Hi, I am currently occuried this situation:
I have a search bar and a table, I use the antd Table Component and the useTable hooks from refine/antd,
and then I typed a + in search bar, which sync with location without any URI encoding, and then I go to detail page and reback, it turns out that the + becomes a blankspace, apparently because of URI codeing something.
a video records, please check if you need.
it is bad because sometimes some email have the + too, like Alice+amazon@gmail.com, it occurs the same situation.
I read a lots of docs and blogs, I don't find the same situation and its resolution, please tell me what to do, I really think this situation is very common and we all need to fix it.
To be clear, I don't want to set syncwithlocation to false, because this feature is very awesome, and my English is not so well, so if anything of expression is bad, I apologize to you.
Describe alternatives you've considered
No response
Additional context
No response
Describe the thing to improve
useTable hoos from @refinedev/antd
The text was updated successfully, but these errors were encountered: