Refine

R

Refine

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

Join

ask-any-question

discussions

How to change page title ?

Hey, i need help. I cant find way how to dynamicly change page title.

CreateButton catching error

My createButton automatically generated for my list works for creating new entries but does not detect errors when server requests fails. it opens a form to add input, then when we confirm the form the data is sent to the server, and wether it fails or succeed the success pop up is shown. how can i adjust this behaviour?

how to pass custom params to access control of show page

I am using antdesign and nextjs. I have a show page like this ```ts "use client"; import { Show } from "@refinedev/antd";...

how to pass custom params to access control of ShowButton

For example if I do like this ```ts <ShowButton recordItemId={id} hideText...

New Plan

Hi Can anyone explain what a credit is? Is it one prompt to AI ? Thanks...

Big Problem - Project not Visible in the Preview Pane

Hi Loving the AI . - so far. Problem is that the AI agent thinks i can see my project in the preview pane when nothing is visible. Also it thinks it has set up tables in Supabase but it hasn't. It's not showing any erros and also the agnet thinks it's solved the problem when it hasn't. Can anyone help?...

Issue with inferencer generated code

I'm getting this error "Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports. Check the render method of Field2." for a page generated by inferencer However, when the auto-generated code is manually copied for debugging, the issue went away and everything works just fine Is there any known issue related to inferencer?...

is it possible to use useEditableTable with a custom resource

is it possible to use useEditableTable with a custom controlled resource. The data and the mutation should be passed manually

Update to MUI7

When is refine planning to update to MUI 7?

Custom resources endpoint

Hello, i am learning refine, and i am trying to call all customers, but my api looks like this "admin/customer/requests" and i am really confused how to implement it here { name: 'customer/requests', list: '/customers/requests',...

Register notification translation

How to translate successNotification message and description of authprovider register method ?

Any plans on adding PrimeReact as an official UI?

PrimeReact is the best UI component library I have ever used. It has tons of components and each component has very advanced features and can be easily customized with CSS/Tailwind. I know there is a blog post explaining how to use it with Refine, but I believe it should be included as official library since it is much better than the already-included libraries.

How to run a specific test

I would like to run a specific test in a package, for example only create.test.tsx in @refinedev/inferencer , so I don't run tests for the entire package @kapa.ai

Why only internal tools?

The marketing for Refine, especially Refine AI seems to focus on internal and B2B tools. I’m curious why that is. Can you build B2C and external apps for the public? Are there any constraints, limitations, or challenges?

Customizing sider items

is there a way to customize the sider items in the render function? <ThemedSiderV2 render={({ items, logout }) => { console.log('SIDER ITEM RENDER - ', items);...
Next