Refine

R

Refine

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

Join

ask-any-question

general

paginación en tablas

cómo puedo traducir el "/page" en las tablas para seleccionar la cantidad de elementos a visualizar en una tabla

graphQL 405

while trying to use a server i have setup with refine, im getting the following error Response body is not available to scripts (Reason: CORS Missing Allow Origin)...

Changing the filters and refetch new data

i want to refetch the data after applying the gender filter when i select a parent

error related to Field

i get the below message when trying to filter by a joined table error message: { "code": "PGRST100",...

Custom font size in `ThemedLayoutV2`

Where is the font size configured for the ThemedLayoutV2 component using the Material UI integration? The component is ignoring the font size declared in the typography object used in the createTheme object passed as a prop to ThemeProvider.

local font not working on nextjs , antd on ConfigProvider

local font not working on nextjs , antd on ConfigProvider

How to handle relationships on create and updates?

How to handle relationships on create and updates?

Redirect to current page cusdtom authprovider onerror

I want to re-direct to the current page if I get an onError in AuthProvider but manage to acquireTokenSilent (using MSAL) .

If I use the onError mutateoptions why cant I rethrow error and make notification provider catch it?

If I use the onError in mutateoptions why cant I rethrow error and make notification provider catch it?

How to listen changes realtime messages from Supabase Editor?

How to listen changes realtime messages from Supabase Editor?

global refetch

I have an edit page, that has 2 child components that both have useList and useCustom hooks inside of them. i want to be able to refetch those hooks from the parent edit page, is there a streamlined way to do that?...

React-hook-form for antd

so in this link https://refine.dev/docs/packages/react-hook-form/introduction/ it describes react-hook-form implementation for headless/materialui/chakraui. how about antd?

Cache busting not working, what am I missing?

I started by choosing a Vite + AntD config on refine.dev, and downloading the package. I created my app, and everything works great, except that users still need to refresh the browser to see the latest version of a page that I changed. My hosting is on Netlify. Can anyone please walk me through what needs to be done to get cache busting to work properly in a Refine app? I have tried AI and my own ideas for days. Still can't get it working. Thanks in advance!...

Tailwind Example/Boilerplate

Anyone have a Tailwind 4.0 and Refine Example app public? We are picking shadcn and tailwind for all our design systems. And wanted to see if anyone was already using it.

custom login page

I need to create a custom login page with ant design. Only login no link to sign in

sider width

can I change the width of the sizer? i need to make it larger

I'm making a get api call every time a key is entered. How do I make it send only when onSubmit occu

``` const [searchField, setSearchField] = useState('') const { data: members } = useList<IMember>({ resource: 'membership/subscribers',...

ant design theme

I am trying to create a custom theme on ant design, changing all the colors. can you help me?
Next