Refine

R

Refine

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

Join

ask-any-question

discussions

extended-salmon
extended-salmon2/25/2025

Error boundary

I've seen I should be using suspense and error boundaries to handle errors in my app. Is there an example for how this works?
extended-salmon
extended-salmon2/25/2025

Supabase how to rename column

I am trying something like ``` const { data, isLoading, error } = useMany<OrganisationMemberWithOrganisation>({ resource: 'organisation_member', ids: userId ? [userId] : [],...
flat-fuchsia
flat-fuchsia2/25/2025

useForm redirect

I want to customise the useForm redirect, I need it to use slug instead of id, can you please show me how to do that my current useForm ``` const { saveButtonProps,...
environmental-rose
environmental-rose2/25/2025

how updated dependencies?

how updated dependencies?
flat-fuchsia
flat-fuchsia2/22/2025

remove breadcrumb back button

how to remove breadcrumb back button ?
sunny-green
sunny-green2/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?
flat-fuchsia
flat-fuchsia2/21/2025

handling slug

how to customise useShow to use slug field instead of an id to fetch data ?
flat-fuchsia
flat-fuchsia2/21/2025

permission

how to prevent a user from accessing other user private pages ?
distinguished-blush
distinguished-blush2/21/2025

useDeleteMany causes to re-render the parent

why does useDeleteMany cause to render the parent
flat-fuchsia
flat-fuchsia2/20/2025

Customising Edit

how can I Customising Edit page, like removing the save button and chaging the headers ?
quickest-silver
quickest-silver2/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....
flat-fuchsia
flat-fuchsia2/20/2025

edit page resource id

is there a way getting the current edit page resource id
optimistic-gold
optimistic-gold2/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. ```...
rare-sapphire
rare-sapphire2/19/2025

Clear data in useOne

How can I trigger clear data in useOne?
flat-fuchsia
flat-fuchsia2/18/2025

useDataProvider

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

React Query devtools icon

The react query devtools icon alwasy display in my app. How can I delete this icon?
fascinating-indigo
fascinating-indigo2/18/2025

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

How can I turn off the dialog confirm after escape form?
fascinating-indigo
fascinating-indigo2/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
robust-apricot
robust-apricot2/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
flat-fuchsia
flat-fuchsia2/17/2025

MUI AuthPage register

MUI AuthPage register adding validate password