Refine

R

Refine

Join the community to ask questions about Refine and get answers from other members.

Join

ask-any-question

discussions

absent-sapphire
absent-sapphire2/22/2025

remove breadcrumb back button

how to remove breadcrumb back button ?
national-gold
national-gold2/22/2025

is refine no code/low code?

i'm in need of a base crm structure, but I need the source code to have full control over the code, can refine provide me it?
absent-sapphire
absent-sapphire2/21/2025

handling slug

how to customise useShow to use slug field instead of an id to fetch data ?
absent-sapphire
absent-sapphire2/21/2025

permission

how to prevent a user from accessing other user private pages ?
like-gold
like-gold2/21/2025

useDeleteMany causes to re-render the parent

why does useDeleteMany cause to render the parent
absent-sapphire
absent-sapphire2/20/2025

Customising Edit

how can I Customising Edit page, like removing the save button and chaging the headers ?
xenial-black
xenial-black2/20/2025

Modify data after fetching and before submitting with `useForm`

I have two types FormType and ApiType. My form uses FormType, while my data provider uses ApiType. How do I handle this using useForm? Specifically, my data provider returns objects of ApiType. However, my form does not follow this type, but instead requires a mutation apiToForm: (data: ApiType) => FormType) to transform from ApiType to FormType. On submitting, the transformation formToApi: (formData: FormType) => ApiType should be done. I am using AntDesign, but am open to a solution using any design system....
absent-sapphire
absent-sapphire2/20/2025

edit page resource id

is there a way getting the current edit page resource id
rare-sapphire
rare-sapphire2/20/2025

MUI Autocomplete with "multiple" prop not initially populated

I am using a MUI Autocomplete with "multiple" prop in an Edit page. The entity of the edit page has the values (multiple) in the "fishes" property, which is a list of IDs. When i enter the page for an entity that already has the "fishes" property populated, the Autocomplete does not pre-compile the input with the pre-existing values. ```...
equal-aqua
equal-aqua2/19/2025

Clear data in useOne

How can I trigger clear data in useOne?
absent-sapphire
absent-sapphire2/18/2025

useDataProvider

how can I make a post command using ``` import { useDataProvider } from "@refinedev/core"; const dataProvider = useDataProvider();...
harsh-harlequin
harsh-harlequin2/18/2025

React Query devtools icon

The react query devtools icon alwasy display in my app. How can I delete this icon?
sensitive-blue
sensitive-blue2/18/2025

How can I turn off the dialog confirm after escape form?

How can I turn off the dialog confirm after escape form?
sensitive-blue
sensitive-blue2/18/2025

I having a url like this. Do we have a way to short it but still works like params. Example encoded?

https://ablab.amanotes.net/experiments/show/cee4c6bd-ebcd-4046-8e63-f5b262b14a47?sort[0]=variants.order,ASC&sort[1]=targetings.targeting_details.order,ASC&sort[2]=variants.variant_configs.order,ASC
https://ablab.amanotes.net/experiments/show/cee4c6bd-ebcd-4046-8e63-f5b262b14a47?sort[0]=variants.order,ASC&sort[1]=targetings.targeting_details.order,ASC&sort[2]=variants.variant_configs.order,ASC
optimistic-gold
optimistic-gold2/17/2025

Cannot find name 'Area'

when running npm install @ant-design/plots@1.2.5 or npm install @ant-design/plots i am not able to use the Area function of ant design. How do we fix it
absent-sapphire
absent-sapphire2/17/2025

MUI AuthPage register

MUI AuthPage register adding validate password
absent-sapphire
absent-sapphire2/16/2025

useShow without an id

useShow without an id or a way to retrive a data without an ID
correct-apricot
correct-apricot2/15/2025

Blank page after I delete or create an item on my "table"

I'm encountering an error, I've been trying to solve it for over 24 hours now but I'm stuck, maybe there's something I'm not seeing but the issue doesn't really seem to be related to my code directly since I'm using the default <DeleteButton /> (antd) for example and even though it delete's the item properly (I can verify that by refreshing the page or by the small motion the list shows for a millisecond before showing blank). It seems that for some reason it's trying to do something else afterwards on the re-rendering process that is preventing it from properly doing it. The error I see when I debug is the following (attached image 1, shows the exception thrown), in the second image we can see that newChild is "company". I also don't know where this "{resource}" is coming from, I don't have anything like that in my code. I'll attach the companies page and the CreateTable modal form which are the only parts of the code relevant to this issue....
No description
absent-sapphire
absent-sapphire2/15/2025

Material UI ThemedLayoutV2 user

while using Material UI ThemedLayoutV2, how can I add user avatar and name at the corner of the page
national-gold
national-gold2/14/2025

Json-server pagination

having a json server that contains mock data im trying to use the pagination but i would like to know if due to the way the query params of json server works that use _page and _limit will cause issue due to the query params that refine use are pageSize and current