Refine

R

Refine

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

Join

ask-any-question

discussions

sensitive-blue
sensitive-blue10/11/2024

setting default value in useForm

const { formProps, saveButtonProps, queryResult, form,...
foreign-sapphire
foreign-sapphire10/9/2024

Make sure toggle is enabled if edit has a value

In react and antd design, I have this component, I want the toggle to be checked on the edit page IF the fields have a value, but only by default, you should still be able to untoggle it without unsetting the value manually: <Row> <Col span={2}> <Form.Item name="bidWindowToggle"...
sharp-indigo
sharp-indigo10/9/2024

how to remove dark mode button

how to remove dark mode button
like-gold
like-gold10/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:...
wise-white
wise-white10/9/2024

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

How to caching error 404 show/edit action of resources ?
quickest-silver
quickest-silver10/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.
wise-white
wise-white10/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 ?
sunny-green
sunny-green10/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.
equal-aqua
equal-aqua10/7/2024

KAPA

How can I use swizzled auth page, but keep the styling from the normal version? I am using antd
additional-chocolate
additional-chocolate10/6/2024

Database

Can i connect a SQL Database for my comanies?
additional-chocolate
additional-chocolate10/6/2024

Changing attributes

Can you show me how to add new attributes when creating a new company?
other-emerald
other-emerald10/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 ?
inland-turquoise
inland-turquoise10/5/2024

provide a sample implementation of MFA/OTP auth hook

provide a sample implementation of MFA/OTP auth hook
additional-chocolate
additional-chocolate10/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
wise-white
wise-white10/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?
conscious-sapphire
conscious-sapphire10/3/2024

Create

How can i Switch the name of the "Create" Button?
No description
conscious-sapphire
conscious-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
afraid-scarlet
afraid-scarlet10/3/2024

fighting with GetListResponse

I have a perfectly reasonable server API that returns an object: ```json { items: Item[],...