Refine

R

Refine

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

Join

ask-any-question

discussions

stormy-gold
stormy-gold6/24/2024

How is document title in browser tab handled

How is document title in browser tab handled
xenial-black
xenial-black6/23/2024

Wide DataGrid makes <main> overflow.

It just happened recently to my production and dev. All of sudden, when there are any descendant of <main> which renders DataGrid wide enough, instead of the DataGrid that overflow, the whole main overflowed. All my previous commits which had no such problems before also effected. I suspect maybe the problem happened inside ThemedLayoutV2 component. Currently my work around is to add <Container> as direct child of ThemedLayoutV2 like this: ```jsx...
No description
rival-black
rival-black6/23/2024

I want to show page with public/private data

I want to show page with public/private data using remix js with authorization facility
fascinating-indigo
fascinating-indigo6/23/2024

EditButton isn't navigating to the edit page when clicked

I'm having trouble with the EditButton component in my OrganizationsList component. When I click the edit button in the list, it doesn't navigate to the edit page for the associated row, even though the link appears correct when hovering over the button. The EditButton is being used within a DataGrid column with getActions to create the button for each row. Here's the relevant code for the OrganizationsList component: `import { DataGrid } from "@mui/x-data-grid";...
deep-jade
deep-jade6/22/2024

no index.html under public folder

I am a beginner to refine and I followed one of the most popular MERN tutorials https://www.youtube.com/watch?v=k4lHXIzCEkM&t=28s When changing the fonts, the video modified an index.html file under the public folder. However, I didn't see this file. What happened? I would appreciate it if anyone could help....
No description
metropolitan-bronze
metropolitan-bronze6/22/2024

Clone record

What kind of settings are need for the clone button to work in list view? I'm using antd.
adverse-sapphire
adverse-sapphire6/22/2024

Secure API KEY at server in Next JS with Refine

How to I secure API KEY's at Next JS server when using Refine simple-rest DataProvider with an API_URL from client? I am thinking the only way this can be achieved is using the API Routes in Next JS, but not sure how to put everything together...
metropolitan-bronze
metropolitan-bronze6/21/2024

Filter Table with boolean value

I'm using Antd Table in list view and want to use filter based on values in column which has boolean as a type. I tried to use Select component from AntD but it doesn't work. How can I filter Table based on boolean value?
broad-brown
broad-brown6/21/2024

npm create no chakra?

Hey I want to ask if there a chakra ui template from the npm create? thanks!
flat-fuchsia
flat-fuchsia6/21/2024

RangePicker

How to use rangepicker in a list page?
genetic-orange
genetic-orange6/21/2024

Remove query params pageIndex and PageSize on non list pages

Currently it by default keeps the pageSize and pageIndex query parameter in the url when visting the show, edit, delete, create page. I want to only have those in the list page
adverse-sapphire
adverse-sapphire6/21/2024

expanding row with useTable Ant Design

How can I expand each row using useTable for Ant Design
sunny-green
sunny-green6/21/2024

devtools 5001 crashes when trying to run two refine projects. How to change one port to another?

devtools 5001 crashes when trying to run two refine projects. How to change one port to another?
stormy-gold
stormy-gold6/20/2024

Writing an article

How can i write an article about refine? Where should i post it?
flat-fuchsia
flat-fuchsia6/19/2024

nextjs14, refinedev, graphql nestjs querry, mongodb

Hello I'm having trouble connecting Nextjs 14 Refine app with the mongo db backend. when creating the app I opted for nestjs querry. I've checked the documentation , but I'm a newbie and I don't find it easy to understand how to create the dataprovider with nestjs querry , graphql and mongodb. I followed the app CRM steps, but Next js with SSR and CSR adds a grade of difficulty for me 🙂 Really appreciate if someone could provide some guidance Many thanks...
xenial-black
xenial-black6/19/2024

refine crm template

Hi guys! I tried to play around with the template, instead of using the refine backend. I wanted to create my own. But i feel like the schema is too long to create my own graphql backend to work with the schema provided. Is this feasible? Im new to graphql btw...
equal-aqua
equal-aqua6/18/2024

casing

why does refine use list.tsx or create.tsx camel casing for these types of files and not pascal I understand for undex and .ts files but for others im not sure why
sunny-green
sunny-green6/18/2024

how to hidden 'cancel' list

``` resources={[ { name: 'customergroups', list: '/customergroups',...
rare-sapphire
rare-sapphire6/17/2024

Devtools login issue

Refine devtools forces me to log in via google or github. When doing so, it takes me to a new website with /login every time and keeps me in this loop.
exotic-emerald
exotic-emerald6/17/2024

Ant design table

```ts export default function PostList() { const { tableProps } = useTable<Course>() return (...