Refine

R

Refine

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

Join

ask-any-question

discussions

harsh-harlequin
harsh-harlequin8/20/2024

login route is checking for authenticated

I am using <Authenticated key="authenticated-routes" fallback={<CatchAllNavigate to="/login" />}> But i dont wan this to happen on the login page iteself as if throws error with the access control check...
robust-apricot
robust-apricot8/20/2024

formProps id is does not work when filtering table

formProps id is does not work when filtering table
wee-brown
wee-brown8/20/2024

antd useTable refetch

@kapa.ai antd useTable is not automatically refetching list data after a successful update via useDrawerForm. How can I force a refetch on the useTable data to get the updated values?
adverse-sapphire
adverse-sapphire8/19/2024

Change the url for a resource for get data from different API version

I had this code and I want to use the useTable hook and configure to get the resourse using a V2 version of the API The result of this code is something like "http://api/v1/v2/entity/id" `` const { tableProps, setCurrent, setFilters, pageSize, setPageSize } = useTable({ resource: v2/entity/${id}`,...
robust-apricot
robust-apricot8/17/2024

How to update two tables at once?

Could you guide me on how to: Fetch and display the list of users in a multi-select dropdown on the task detail page? Save the selected users as task assignments by inserting records into the task_assignments table?...
flat-fuchsia
flat-fuchsia8/17/2024

native storage

Is it possible to react native async storage has data provider in refine?
harsh-harlequin
harsh-harlequin8/16/2024

additional Id in route

How can I have multiple ids in the show route with react router and define this as a resource
harsh-harlequin
harsh-harlequin8/16/2024

useGo wont navigate if change is on the same page

useGo wont navigate if change is on the same page eg same resource just updating filter arguments
grumpy-cyan
grumpy-cyan8/16/2024

Has anybody already build the NestJS GraphQL Backend for the CRM example?

Or is there an existing public repository for the CRM NestJS GraphQL Backend example?
conscious-sapphire
conscious-sapphire8/15/2024

making custon register page

making custon register page
conscious-sapphire
conscious-sapphire8/15/2024

adding raw user meta data "first_name" while register user

adding raw user meta data "first_name" while register user -- antd
quickest-silver
quickest-silver8/14/2024

Action values

What are the values that Refine uses for action in the context of access control? So far I've come across: list, show, edit, delete & create. Is there a type or interface that defines them and that can be used to reference them programatically?
distinguished-scarlet
distinguished-scarlet8/14/2024

Refine with Nextjs and Shadcn ?

Is there a boilerplate or tutorial on how to use Refine with Nextjs and Shadcn?
I searched through the online documentation and found a tutorial on how to use Shadcn with Vite.js but I could not find one for Next.js....
grumpy-cyan
grumpy-cyan8/14/2024

Display Message onLogin Failed

Hi, How can i know if useLogin failed in order to display a message to the user
equal-aqua
equal-aqua8/13/2024

How to change title and icon of ThemedLayoutV2

I'm using the <ThemedLayoutV2> component to handle my navigation menu. How do I change the text of the title above the menu that says "Refine Project"?
like-gold
like-gold8/13/2024

useEditableTable from antd/refine. Programitically changing cell when another cell changes

I am trying to figure out how I update the state of one cell, when another cell has changed in temporary state. For example, if a row is in edit mode, and one cell which is a select input changes value, I want another cell to change its value instantly, even before the record has been saved. Is this possible?
yappiest-sapphire
yappiest-sapphire8/13/2024

Supabase MFA with the AntD AuthPage

How can I implement MFA with Supabase and AntD's AuthPage? The AuthProvider is only configured for username/password authentication currently.
like-gold
like-gold8/13/2024

[KAPA-AI] Dark mode

How do I introduce dark mode / light mode functionality to my CRM Refine Example?
harsh-harlequin
harsh-harlequin8/12/2024

Refine 1.12.1 Compatibility

I'm actually taking this course (Build and Deploy a React Admin Dashboard With Real time Data, Charts, Events, Kanban, CRM, and More) by JavaScript Mastery. but he's teaching the course with refine 1.12.1 and since then refine has changed the files quite a bit which is why it looks very different from the ones in the course, my question is, can I install that specific version and not have compatibility bugs as of today 12/8/2024?
conscious-sapphire
conscious-sapphire8/11/2024

Enabling Sorting on Antd Table

How do you set Antd sorting on a table? We are using Antd with Supabase and refine.