Refine

R

Refine

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

Join

ask-any-question

discussions

stormy-gold
stormy-gold5/29/2024

How can i add some fields in the signup user form, I'm using supabase and nextjs

I'm trying to add a field with firstName and lastName in signup user form, but not able to do that, help me how can i do that
adverse-sapphire
adverse-sapphire5/28/2024

How to make useCustom hook invalidate resources like useUpdate

Is there a way to make a call to useCustom invalidate resources such as "list" similar to the way useUpdate does? Such that the call will automatically cause the components to re-render?
deep-jade
deep-jade5/28/2024

resource names casing sometimes get changes when read in Access Control

Sometimes resouce names can get change to lower case even though they are casesed Camel. ` { name: "auditLogs", list: "/administration/auditLogs",...
eastern-cyan
eastern-cyan5/28/2024

headers not updating when using unparseConfig headerTransform in useExport

How can I use antd's useExport supported prop unparseConfig's headerTransform callback to update headers when exporting data to csv?
sensitive-blue
sensitive-blue5/28/2024

redirect in onMutationSuccess

Hi, How can I redirect to one of the routes from history onMutationSuccess callback?
cloudy-cyan
cloudy-cyan5/28/2024

state menagement

how to get previous data from dataprovidername
fair-rose
fair-rose5/27/2024

Pass JWT token to dataprovider

How can I pass the jwt token to the simple-rest dataprovider when making a request?
fair-rose
fair-rose5/27/2024

get api url in auth provider

How can I get the dataprovider's api url inside the auth provider
sunny-green
sunny-green5/27/2024

How to call an endpoint after onClick

I have the following button <Button size="small" color="green"...
genetic-orange
genetic-orange5/27/2024

custom sidebar in #nextjs /refine

How to custom the sidebar inside nextjs version #nextjs
plain-purple
plain-purple5/26/2024

How to use CloneButton?

Clone page didn't render initial value
deep-jade
deep-jade5/26/2024

OnSucess not called

Here onSuccess if not called the successNotification is. mutate( { resource: api/push/${collection},...
foreign-sapphire
foreign-sapphire5/25/2024

successNotification

How to customize success notification after edit a resource
genetic-orange
genetic-orange5/25/2024

Access non-resource data via supabase

I'm trying to query my "user_types" table to see the current type of my user, but useCustom requires not a function but an api url, which I am not using since I am using supabase.
genetic-orange
genetic-orange5/25/2024

GPTFine - Is this up-to-date?

There's a GPT available on the OpenAI marketplace called GPTFine, does anyone know if this has been provided the latest documentation? I can see there's kapa.ai in the docs but it's a bit annoying not to have chat history and have to chat with it through a modal.
exotic-emerald
exotic-emerald5/25/2024

How can I show a menu item in disabled state in sidebar?

I am using Antd with Refine. I want to opt for disabled state using meta in resources, like, {
name: "users",
list: "/users",
meta: {
label: "Users", ...
xenogeneic-maroon
xenogeneic-maroon5/25/2024

useSelect

HEy theuse select is not working it shows only a single data
rare-sapphire
rare-sapphire5/25/2024

May I use this article?

https://refine.dev/blog/react-design-patterns/#introduction Hello, I was recently impressed after reading a post on the react design patterns of refine. Thank you for writing a good article. However, I felt uncomfortable reading the article only with the translation function supported by the web browser. So, I want to translate the article into Korean and post it on my personal blog with the ring of One letter, is that okay? Or if there is a better way, please suggest it....
metropolitan-bronze
metropolitan-bronze5/23/2024

Are there any examples of authentication using Django Rest Framework?

Any tips/direction on authenticating using Django's auth system or DRF?
variable-lime
variable-lime5/23/2024

Which NPM package contains the refine binary?

I need to move the Refine base binary / package to an air-gapped system. When creating a Refine app using npx and create-refine-app, the refine binary is dropped into one's NPM bin. However, I'd like to know what the corresponding package is that provides this binary. npm install create-refine-app does not appear to contain any binaries. Your help is appreciated.