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-gold10/9/2024

how to remove dark mode button

how to remove dark mode button
quickest-silver
quickest-silver10/9/2024

How to implement access control provider in Next.js?

I'm encountering issues while implementing RBAC in my Refine project. Tech stack: Supabase, Next.js, Ant Design When I attempt to pass my access control provider to the Refine component, I receive the following error:...
deep-jade
deep-jade10/9/2024

How to caching error 404 show/edit action of resources ?

How to caching error 404 show/edit action of resources ?
sunny-green
sunny-green10/8/2024

Using createBrowserRouter with @refinedev/react-router-v6

Has anyone managed to get this working? I'm getting an error thrown that useLocation() needs to be used within a Router context even though createBrowserRouter is creating one.
deep-jade
deep-jade10/8/2024

How to listen form submitting event from another component which belong to ?

How to listen antd form submitting event from another component which belong to ?
xenial-black
xenial-black10/7/2024

Are there any TS frameworks that are good for writing REST APIs compatible with Refine?

Any packages/tools that add the guardrails. I realize it's just a convention, but having some type safety around response crafting and things like sorting would be helpful.
genetic-orange
genetic-orange10/7/2024

KAPA

How can I use swizzled auth page, but keep the styling from the normal version? I am using antd
plain-purple
plain-purple10/6/2024

Database

Can i connect a SQL Database for my comanies?
plain-purple
plain-purple10/6/2024

Changing attributes

Can you show me how to add new attributes when creating a new company?
xenial-black
xenial-black10/6/2024

Setting Up filters on Nextjs 14

Can you show me how to integrate filters on data table using Nextjs api routes as data provider ?
multiple-amethyst
multiple-amethyst10/5/2024

provide a sample implementation of MFA/OTP auth hook

provide a sample implementation of MFA/OTP auth hook
plain-purple
plain-purple10/4/2024

view button to in list.tsx

i want to add a view button in list.tsx so that one could view all information of the company. Is there already an inport like the edit or delete button
deep-jade
deep-jade10/4/2024

How can prevent url redirect back to create page after create successfully when resource different?

How can prevent url redirect back to create page after create successfully when resource different default?
adverse-sapphire
adverse-sapphire10/3/2024

Create

How can i Switch the name of the "Create" Button?
No description
adverse-sapphire
adverse-sapphire10/3/2024

Sidebar

How can i manipulate the sidebar so that I can put the Logout to the bottom of the site?
No description
fair-rose
fair-rose10/3/2024

fighting with GetListResponse

I have a perfectly reasonable server API that returns an object: ```json { items: Item[],...
plain-purple
plain-purple10/2/2024

Create Company

The image shows how my Create page looks, but it should not look like that The Code: import React from 'react' import { CompanyList } from './list' import { Form, Input, Modal } from 'antd' import { Create, useModalForm } from '@refinedev/antd'...
No description
plain-purple
plain-purple10/2/2024

Bug fixing

I have a problem with create.tsx. The output is shown but it should be blake because create.tsx is empty. This is the code with the create button breadcrumb={false} headerButtons={() => (...
No description