Refine

R

Refine

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

Join

ask-any-question

discussions

helpful-purple
helpful-purple12/17/2024

let error notification stay forever

currently, the error notification only lasts seconds and then disappear, how to make it stay forever until closing it manually?
helpful-purple
helpful-purple12/17/2024

add feedback such as antd spin to save button of create form

for my app, the save button of Create takes much time to complete, so I want add feedback such as antd spin to the page
correct-apricot
correct-apricot12/17/2024

modal

help me create a modal that presents itself in the centre of the page that takes up roughly 1/3 of the screen with sampel text , needs to have some type of elevation and background blur
correct-apricot
correct-apricot12/17/2024

navigate to show with custom params

import { useNavigation } from "@refinedev/core"; const { show } = useNavigation(); how can i go to resource members with id of 5 and param of activeTab 4...
unwilling-turquoise
unwilling-turquoise12/16/2024

I18n locale in database

Where to retrieve and set locale in a refine application so it's using the user's defined locale from his user object in database ?
extended-salmon
extended-salmon12/16/2024

How to validate step 2 form of useStepsForm if current step is 1 but I click step 3

How to validate step 2 form of useStepsForm if current step is 1 but I click step 3?
correct-apricot
correct-apricot12/15/2024

useautocomplete mui how to do infinite scrolll

useautocomplete mui how to do infinite scrolll
correct-apricot
correct-apricot12/15/2024

on my show page i have this

const { editUrl, create } = useNavigation();
create("member-cards", "push", { memberId: id });
const { editUrl, create } = useNavigation();
create("member-cards", "push", { memberId: id });
...
fair-rose
fair-rose12/12/2024

useForm redirection

I want to prevent redirection when there is a validation error from the API but it keeps redirecting to / even with refineCoreProps: { redirect: false, action: 'create', },...
eastern-cyan
eastern-cyan12/12/2024

useCustomModalForm

how to not close the form and invalidate on success and only invalidate when the form is closed manually.
correct-apricot
correct-apricot12/11/2024

Does useShow and similar data fetchers have a way to adjust the data after fetch

Does useShow and similar data fetchers have a way to adjust the data after fetch
fair-rose
fair-rose12/10/2024

Which browsers aren't compatible with Refine

I was kindly enquiring which browsers are currently compatible with refine and which ones are not
correct-apricot
correct-apricot12/10/2024

Refine Devtools: Cookie “__cf_bm” has been rejected for invalid domain.

I'm getting errors for all of the assets that refine devtools loads
deep-jade
deep-jade12/9/2024

variables name not changing

I want to create mutation to hasura, i use useCreate and add variables to the meta object. I want the variable named "objects" but refine still send variables named "object". Please how can i change it to "objects". In the query i already use objects, but still somehow refine send "object" without s.
fascinating-indigo
fascinating-indigo12/9/2024

Does anyone know When will the HR-APPLICATION TEMPLATE be released ?

I have been waiting for this template to be launched for more than 6mnths now i would like to know the release date or the ball park of it
wise-white
wise-white12/8/2024

Inferencer

I have a supabase database with about 15 tables. Can refine help me auto create CRUD pages? The only example I have seen is the default Post samples but I have not seen any example/tutorial that creates CRUD pages from custom tables.
genetic-orange
genetic-orange12/7/2024

Search parmas

when calling onSearch from useDataGrid, then error automatically removes params
eastern-cyan
eastern-cyan12/6/2024

vite 5 +

i am getting this warning with vite 5+ The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details. vite v5.4.11 building for production... does refine support module type projects in the package.json...
plain-purple
plain-purple12/5/2024

slice sider menu

Iam using antd refine how do i slice menu items in sider