Refine

R

Refine

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

Join

ask-any-question

discussions

like-gold
like-gold7/7/2025

Remove name and avatar from navbar

Hey, i want to ask, how can i remove avatar and name from navbar ?
No description
helpful-purple
helpful-purple7/4/2025

Using Refine with other MUI Layout?

Hi. I am exploring Refine right now. My project is using MUI so I am also exploring @refinedev/mui package. I am wondering whether I can use other MUI layout component instead of <ThemedLayoutV2> to build my dashboard, while still using other MUI adapters in @refinedev/mui for datagrid, forms, etc., on the actual pages. My understanding is that <ThemedLayoutV2> depends on <Refine> but not the other way around. I am just not sure whether not using the <ThemedLayoutV2> will have any consequence related to using other components in the @refinedev/mui on my page. To be more specific, I would like to use the <DashboardLayout> in @toolpad/core....
helpful-purple
helpful-purple7/3/2025

Plan to support MUI 7?

Hi, is there a timeline to support MUI 7 and mui/x-data-grid 8? I just start trying out Refine and it seems a bummer that I will need to downgrade my MUI version in order to use @refinedev/mui package in my app. Thanks!...
mute-gold
mute-gold6/28/2025

CRUD response data come inside a `data` wrapper, how can I access it?

The response of useTable() content is an array of elements inside a data wrapper, how can I access it using useTable() and <Table> of antd package?
mute-gold
mute-gold6/28/2025

How to disable OPTIONS requests?

When using simple-rest package with my custom endpoint I receive few OPTIONS request when attempting to list a products list. That OPTIONS http method is not supported on my backend. I read some docs around this but Im not able to make it work, looks like adding onSearch: undefined should do the trick, but it's not working. Anyone know how to do this?...
other-emerald
other-emerald6/25/2025

how do I change order of sidebar menu items

I've recreated a sidebar with the help of useMenu, but I have no idea what dictates the order of the menu items. It appears to be almost random.
rising-crimson
rising-crimson6/23/2025

Custom route provider

i build react refine ant design REST API , Nest project how to add custom route provider instead of default route in refine ant design project
extended-salmon
extended-salmon6/21/2025

ant design with tailwind

i make project with Vite + ant design + rest api + custom auth how to add tailwind...
variable-lime
variable-lime6/20/2025

Turn on values encoding during syncWithLoacation option is on.

Is there a quick way to enable values encoding inside stringifyTableParams function which executes while sync with location is on?
rising-crimson
rising-crimson6/20/2025

customsider

@kapa.ai to create custom sidebar in refine react ant design project for when click the sidebar element "Users" it must redirect to /users/create insteaed of /users/list , but i didnt happen , instead of this i got that screen as output -->
correct-apricot
correct-apricot6/19/2025

Payloadcms support ?

Would good if you add payloadcms support https://payloadcms.com/posts/blog/payload-is-joining-figma...
overseas-lavender
overseas-lavender6/16/2025

Structure depeding on resources defined

having into consideration that each entity we define in our project is a resources for example students and school years the school has is it correct to define a resource called studentschoolyears that will allow us to access the relation of those two entities or should it be managed directly under student?
frozen-sapphire
frozen-sapphire6/16/2025

Weird error during migration on some scripts

On some of my scripts I'm getting this error /node_modules/@refinedev/codemod/dist/transformations/v4/fix-v4-deprecations.js:42 const configProperty = p.node.arguments[0].properties.find(p => p.key.name === "config"); ...
unwilling-turquoise
unwilling-turquoise6/11/2025

npm create refine-app@latest stalls when choosing nextjs

Hi, I'm trying to get started with Refine but installation stalls when using the cli. The initial options are Vite or Nextjs, if you choose Nextjs the install hangs....
exotic-emerald
exotic-emerald6/9/2025

useForm create subcomponent using typescript

How can I make sub-component/composable using useform with the react-hook-form integration. Can I use formprovider and useFormContext for instance?
absent-sapphire
absent-sapphire6/8/2025

multiple uselist delay

I have multiple calls of uselist on a page, I want to make them called one by one so the page is less heavy on load. how do I do it?
exotic-emerald
exotic-emerald6/8/2025

Uploading file in strapi specific folder

How do I upload a file in a specific folder in strapi v4 media upload using upload in antd
exotic-emerald
exotic-emerald6/7/2025

useUpdate by documentId

Is it possible to use useUpdate with documentId instead of id?
exotic-emerald
exotic-emerald6/7/2025

afterDelete hook not reading url query

I'm trying to pass an Id via query to an afterDelete lifecycle hook but is not working and always return undefined in strapi console log. I have tried with ctx.request.query but keep returning can not read query of type undefined. What is the method of reading queries in a lifecycle hook strapi v5