Refine

R

Refine

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

Join

ask-any-question

discussions

dependent-tan
dependent-tan12/5/2024

slice sider menu

Iam using antd refine how do i slice menu items in sider
wise-white
wise-white12/5/2024

i have auth user relation in my public table in supabase

how can i join it with useTable hook?
wise-white
wise-white12/5/2024

access supabase auth tables from refine

how can i access auth table (users in my case) so i can create users list page
wise-white
wise-white12/5/2024

list all auth users from supabase

i want to list all auth users from supabase it looks like its not like a regular resource and i dont know how to get it with refine hooks...
ambitious-aqua
ambitious-aqua12/5/2024

How can I replace or add more params to url by refine hooks?

How can I replace or add more params to url by refine hooks?
crude-lavender
crude-lavender12/4/2024

Graphql token

I'm trying to use graphql (using urql) as my data provider and all was ok until I had to authenticate my requests. I need to use send a token (stored either in cookies or localstorage) in the headers but can't seem to make it work. My issue is that, even though the data provider setup is done in a "use client" file, this thing is rendered on the server first, and even though the queries happen on the client side it seems like the initial setup for the urql provider is done in the server. In the authExchange part of my gqlClient setup I even added something like this:...
ambitious-aqua
ambitious-aqua12/4/2024

The Notification always appear flash twice after save at Edit page

The Notification always appear flash twice after save at Edit page
optimistic-gold
optimistic-gold12/3/2024

How to serve refine app using Next.js Custom Server?

How to serve refine app using Next.js Custom Server?
other-emerald
other-emerald12/3/2024

How can I have different types for when submitting and form for useForm

How can I have different types for when submitting and FormValue when using useForm with react-hook-form
wise-white
wise-white12/3/2024

Supabase filtering and realtime(live) filtering

Im using refine with supabase i have messages that should update in realtime on the admin panel. Im using liveProvider for realtime. message table has from_id and to_id fields const messages = useList({ resource: "message", liveMode: "auto",...
other-emerald
other-emerald12/3/2024

useForm redirects to list instead of show

I am useing useForm with react-hook-form . After successfull submit the user is redirected but to the list page not the show page as I have specified: useForm<MyFormData>({ refineCoreProps: { redirect: "show",...
exotic-emerald
exotic-emerald12/3/2024

casbin access control

how can i implement the access control using casbin? i am getting this error in my browser: Uncaught ReferenceError: Buffer is not defined...
ambitious-aqua
ambitious-aqua12/3/2024

How can I pass a query to useOne hook?

How can I pass a query to useOne hook?
unwilling-turquoise
unwilling-turquoise12/2/2024

useEditableTable error

I'm getting this error on useEditableTable from @refinedev/antd
Error: (0 , _refinedev_antd__WEBPACK_IMPORTED_MODULE_1__.useEditableTable) is not a function
Error: (0 , _refinedev_antd__WEBPACK_IMPORTED_MODULE_1__.useEditableTable) is not a function
How do I solve it? ...
other-emerald
other-emerald12/2/2024

getToPath does not give correct url

I use ``` getToPath({ resource: select("myresource").resource, action: "show",...
ambitious-aqua
ambitious-aqua12/2/2024

How can i get values from another step in useFormStep?

How can i get values from another step in useFormStep?
quickest-silver
quickest-silver12/1/2024

Why some resources dont appear on sider?

Some resources dont appear on sider
quickest-silver
quickest-silver12/1/2024

Is it possible to customize the notifications style?

I would like to customize the placement of the notifications, im using antd
quickest-silver
quickest-silver11/30/2024

How to use multiple UI libs at one next js project?

Is it possible to use chakra ui and antd in the same project? If yes how? to configure it
quickest-silver
quickest-silver11/30/2024

Will Refine support Chakra UI v3?

I was wondering if there are any plans for Refine to support Chakra UI v3 in the near future? Chakra UI v3 has some exciting new features, and it would be great to know if we can use it seamlessly with Refine.