Refine

R

Refine

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

Join

ask-any-question

discussions

foreign-sapphire
foreign-sapphire6/28/2024

middleware nextauth

export { default } from 'next-auth/middleware' export const config = { matcher: ['/saji/:path*'] }...
adverse-sapphire
adverse-sapphire6/27/2024

customize login page tailwind css

how to customize login page with tailwind css and authpage components render content object keep throwing server error...
flat-fuchsia
flat-fuchsia6/27/2024

Notification sounds

Is there any ways to introduce notification sounds
ambitious-aqua
ambitious-aqua6/26/2024

target 2 tables

{code: 'PGRST204', details: null, hint: null, message: "Could not find the 'home_banner_title' column of 'pages' in the schema cache", statusCode: NaN} code : "PGRST204" details...
notable-jade
notable-jade6/26/2024

mui datagrid 7

Is mui datagrid 7 compatible
correct-apricot
correct-apricot6/26/2024

hide filterDropdown default filter / clear buttons

@kapa.ai how can I hide filterDropdown default filter / clear buttons?
afraid-scarlet
afraid-scarlet6/26/2024

useList CrudSort, wrong naming convention

I am having difficulties using Hasura as my dataProvider, using the graphql-default naming convention, it expects uppercase values for the order_by variable, which useList does not comply with. My code: ``` useList<GetFieldsFromList<LatestActivitiesAuditsQuery>>({...
deep-jade
deep-jade6/26/2024

Setup Refine Locally on windows

Hi guys, I am trying to install locally but was not able to setup. I tried to install using pnpm after cloning pnpm install But was not able to install it was saying syntax error. Can someone guide me?...
No description
correct-apricot
correct-apricot6/26/2024

cannot clear datePicker in filterDropdown not working

@kapa.ai I cannot clear the datePicker date in when using inside filterDropdown to rerender all results. do you have any advice?
correct-apricot
correct-apricot6/25/2024

CRM app

Hello, i'm using Refine CRM app example (https://github.com/refinedev/refine/tree/master/examples/app-crm) but I notice that informations doesn't persists after server restart. How can I add persistence? And how can I add a database?
quickest-silver
quickest-silver6/25/2024

react-pdf

how to bold a text or view in react-pdf?
like-gold
like-gold6/25/2024

Notifications

i need change the styles in the notifications, but i can find how can i do it in the docs, someone can help me?
solid-orange
solid-orange6/25/2024

MUI DataGrid no longer horizontally scaling

EDIT: the official examples are also broken. @contributor After a Chrome update some time last week, my MUI data grid is not properly horizontally scaling. If I reduce the size of my browser window, the data grid columns do not reduce in width. A hard refresh resizes it. However, if I increase the browser window size, the data grid columns properly increase in width (the flex property applies)....
broad-amaranth
broad-amaranth6/25/2024

Acces Control using Casbin and Antd

`` import { newModel, StringAdapter } from "casbin"; export const model = newModel( [request_definition]...
grumpy-cyan
grumpy-cyan6/25/2024

Adding auth.users of Supabase within refine app

I am creating an app with an admin panel using Supabase. I want to add users to Supabase's auth.users table from within the app. How should I do this? I would like the school administrators to be able to register students (email and password) using the app. According to the Refine manual, it seems possible to add to public tables, but not to the auth table. Also, AuthProvider's register seems to be for direct user operations, so I think it's not applicable here.
sunny-green
sunny-green6/25/2024

How to setup AuthPage with auth0 provider?

How to setup AuthPage with auth0 provider?
afraid-scarlet
afraid-scarlet6/25/2024

multi create/edit form

How to create a form where I can update/create multiple items of a resource
afraid-scarlet
afraid-scarlet6/25/2024

how can i make a useForm from ant not automatically redirect after submit

how can i make a useForm from ant not automatically redirect after submit
yelping-magenta
yelping-magenta6/24/2024

Different sider for show and other specific resource pages.

I want my detail pages to show a different sider than the one on the list page. The scenario I am trying to create is having a sider with projects and customers and then when a specific project is clicked, there should be a more detailed sider, with for example todo's, billing, invoices, etc...
flat-fuchsia
flat-fuchsia6/24/2024

How is document title in browser tab handled

How is document title in browser tab handled