Refine

R

Refine

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

Join

ask-any-question

general

Server side validation for simple rest client

I have used swizzle on the simple rest api. How do I extend it to support server-side validation

edit page header text change?

<h5 class="MuiTypography-root MuiTypography-h5 refine-pageHeader-title css-16xl4zq-MuiTypography-root">Edit Nature class</h5>
<h5 class="MuiTypography-root MuiTypography-h5 refine-pageHeader-title css-16xl4zq-MuiTypography-root">Edit Nature class</h5>
How to change "Edit Nature class"...

save and delete buttons remove?

How do I delete the save and delete buttons on the Edit page?

Mantine v7 integration?

Hey, is Mantine still fully supported with Refine? It seems like it, but I have seen some conflicting evidence since then (esp. given that most examples focus on MUI and Ant now)

How to rename the data index when filtering with FilterDropdown

Here is my code ```ts <Table.Column<BusinessProfile>...

"Create" button on list page

how can I control of the existence of "Create" button on list page

Redirect after onMutationSuccess

I want to re-direct after onMutationSuccess after submitting a form. However if I try using go and getToPath nothing will happen despite including the correct values.

How to setup refine with only language default is Vietnamese?

How to setup refine with only language default is Vietnamese?

How does refine use anti-forgery tokens

How does refine use anti-forgery tokens

using useForm from @refinedev/core how can I let the user upload a file.

using useForm from @refinedev/core how can I let the user upload a file.

How can I "click" OK on a Modal.confirm when testing with Jest?

I have a custom import using papaparse and dataprovider.getMany(). Before the import I have a confirmation that pops up. How can I click "OK" on this when testing in Jest?

authProvider redirectTo Safari mobile

Hi when I use my authProvider for login and add a redirectTo url after success it works on desktop browsers but not on safari iOS mobile browser

GraphQL mutation several resources in a single submit/transaction?

In the case where you have a root object say "inventory", then sub objects off them which have specific fields e.g. book or drink. I'm able to use graphql to load several objects at once, but i can't work out how to mutate several at once - is this something that should be possible? Ideally as a complex mutation, where you provide details of both the parent and child objects?...

SaveButton onSuccess

SaveButton does not have onSuccess parameters. How can I navigate to -1 after save successfully

Edit Form

Data provider resources and routes are correctly implemented. Here is my edit component : ```tsx...

Form initial default values on Edit.

I'm having a bit of trouble with my Refine Edit component. I'm trying to edit a record, and the Edit form opens, but the default values aren't being populated. The data is being fetched from the API correctly, but it's not reflecting in the form fields. I'm using useForm with defaultValues set, but it seems to be ignored....

k bar integration do not switch colors on theme change in antd

I have been using the Refine with antd integration, recently added the Kbar integration into it but it seems it doesn't work