Refine

R

Refine

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

Join

ask-any-question

discussions

adverse-sapphire
adverse-sapphire2/4/2025

How do I draw a datagrid when there is an array under the object?

When you get /nature resource The data comes down as "products": [{id:1, name: fff}, {id:2, name: dddd}]. In this case, how can I draw the array in products in datagrid?...
adverse-sapphire
adverse-sapphire2/3/2025

When I create a folder within the app, it becomes a uri path.

How do I get this NatureClass use it? ``` export default function NatureClassCreate() { const {...
equal-aqua
equal-aqua2/3/2025

Unsaved changes.

Hi, I don't know what I am doing wrong, I have built other pages, and I don't have a problem, but on this specific one, I cannot figure out what I am doing wrong. When I press save, I get the pop-up saying I have unsaved changes. How can I solve this? I don't want to lose the reminder. I just want to save without that alert...
conscious-sapphire
conscious-sapphire2/3/2025

How to search in datagrid

It seems like the docs are describing some props that don't exists formSearchProps, so if not with that, how do I filter the table based on a search query?
sensitive-blue
sensitive-blue2/3/2025

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
adverse-sapphire
adverse-sapphire2/3/2025

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"...
adverse-sapphire
adverse-sapphire2/3/2025

save and delete buttons remove?

How do I delete the save and delete buttons on the Edit page?
adverse-sapphire
adverse-sapphire2/3/2025

Does the edit button display specific information of the currently selected element as a sub-element

``` { field: 'detail', headerName: '상세', align: 'left',...
multiple-amethyst
multiple-amethyst2/1/2025

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)
stormy-gold
stormy-gold1/31/2025

How to rename the data index when filtering with FilterDropdown

Here is my code ```ts <Table.Column<BusinessProfile>...
environmental-rose
environmental-rose1/31/2025

"Create" button on list page

how can I control of the existence of "Create" button on list page
adverse-sapphire
adverse-sapphire1/31/2025

How do I avoid a timeout when I send a response to the server and the response takes a long time?

I need to get a server response after a long time.
sensitive-blue
sensitive-blue1/30/2025

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.
unwilling-turquoise
unwilling-turquoise1/30/2025

How to setup refine with only language default is Vietnamese?

How to setup refine with only language default is Vietnamese?
sensitive-blue
sensitive-blue1/29/2025

How does refine use anti-forgery tokens

How does refine use anti-forgery tokens
sensitive-blue
sensitive-blue1/29/2025

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.
sensitive-blue
sensitive-blue1/29/2025

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?
eastern-cyan
eastern-cyan1/28/2025

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
foreign-sapphire
foreign-sapphire1/28/2025

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?...