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...
formProps id is does not work when filtering table
formProps id is does not work when filtering table
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?
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}`,...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?...
additional Id in route
How can I have multiple ids in the show route with react router and define this as a resource
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
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?
adding raw user meta data "first_name" while register user
adding raw user meta data "first_name" while register user -- antd
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?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....
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....
Display Message onLogin Failed
Hi, How can i know if useLogin failed in order to display a message to the user
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"?
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?
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.
[KAPA-AI] Dark mode
How do I introduce dark mode / light mode functionality to my CRM Refine Example?
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?
Enabling Sorting on Antd Table
How do you set Antd sorting on a table? We are using Antd with Supabase and refine.