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"...
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:...
How to caching error 404 show/edit action of resources ?
How to caching error 404 show/edit action of resources ?
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.
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 ?
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.
Setting Up filters on Nextjs 14
Can you show me how to integrate filters on data table using Nextjs api routes as data provider ?
provide a sample implementation of MFA/OTP auth hook
provide a sample implementation of MFA/OTP auth hook
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
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?
fighting with GetListResponse
I have a perfectly reasonable server API that returns an object:
```json
{
items: Item[],...