Refine

R

Refine

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

Join

ask-any-question

general

@cory882 do you know how to make a

@cory882 do you know how to make a multiple stacked sidebars using mui?

Anyone using Devtools successfully?

Anyone using Devtools successfully?

Refine HR App

hello guys do you know here can i find the example for refine hr application?

Backend for the CRM example

hi friends, does anyone know if the source code of the backend for the CRM example is public? I'd love to see how the stack and backend is setup to support this app

Hello

Hello i using Mui Material UI Refine, how i can use Mui with Tailwind? Anyone can help me please?...

Hi! Do you guys know how to deal with

Hi! Do you guys know how to deal with fetching multiple records from two or more tables from the API using the useTable hook instead of useMany? Let's say I have customers and orders table. Is there a way to tell the useTable to get records from those two table?

Thanks, my issue isn’t with clerk and

Thanks, my issue isn’t with clerk and supabase. It’s with refine using supabase auth instead of clerk.

Hello, I’m using Clerk.com for auth with

Hello, I’m using Clerk.com for auth with supabase and wanted to use Refine.dev but it seems that it needs supabase auth. Is there a way around this or how can I get this to work? Thanks

Hello I have a quest about updating

Hello I have a quest about updating Refine. Should I update it to the wanted versions or the latest? If the latest version is in red does that mean that it is a breaking change?

Anyone that has ever tried to combine

Anyone that has ever tried to combine the Refine and Payload CMS dashboard?

Hello, I've just cloned refine.dev from

Hello, I've just cloned refine.dev from https://github.com/refinedev/refine.git and then ran the project but I am getting some errors.

Does someone has an example for a page

Does someone has an example for a page in react for editing a singleton in the backend?

PocketBase - Open Source backend in 1 fi...

Hello! I'm wondering if there are any https://pocketbase.io/ users here (or people interested in using it)? The past week I've been working on the data/live provider for this backend in Refine

Hi,

Hi, Is there a plan to support supertokens (https://supertokens.com/) ? if not, how hard is that to implement on my own? Thanks...

when you disable the create button with

when you disable the create button with disabled={true} it still allows the button to be clicked uh

Hello, i need some help connecting my

Hello, i need some help connecting my app to appwrite. I am using the template and is ok when i use it. But changing the APPWRITE_PROJECT and APPWRITE_URL in appwriteClient.ts to my personal appwrite keeps getting me CORS issue. What else should i change?

Hello, everyone, I have a json api and i

Hello, everyone, I have a json api and i want to connect with it. How can i do it? can someone help me out?

Hello , I need some advice here , i am

Hello , I need some advice here , i am creating a custom data provider. getting error in App.tsx file data provider prop. Type '{ getList: (resource: string) => Promise<{ data: any; total: number; }>; }' is missing the following properties from type 'IDataContextProvider': getOne, create, update, deleteOne, getApiUrl...

Hey. I use the operator "in" to filter

Hey. I use the operator "in" to filter clients by promo code, but I am not able to get the default value for promo code after refresh, because the filter looks like {field:"id",operator:"in",value:clientIds}. Could you recommend a suitable approach for this case?

Resources from the server

Hi, Has anyone tried getting resources from the server?