Refine

R

Refine

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

Join

ask-any-question

discussions

magic-amber
magic-amber8/5/2024

reduce menu font size

how to reduce the menu font size
conscious-sapphire
conscious-sapphire8/4/2024

How to configure routing for a different base url? like /admin

I'm making good progress building a stand alone admin that I'd like to be part of an app. How can the routing be configured for refine to run under a different route like /admin for ex.
adverse-sapphire
adverse-sapphire8/4/2024

Fetch menu items

I'm struggling to create menu items dynamically via our API. Is there any specific way to handle this case?
No description
magic-amber
magic-amber8/3/2024

data provider

data provider
foreign-sapphire
foreign-sapphire8/2/2024

listen to form values for changes

How can I listen to form values being changed in antd
foreign-sapphire
foreign-sapphire8/2/2024

Antd design watch form input for value changes

ant design has a useWatch hook, this doesn't work in refine when using useForm, but I want to watch for changes, what can I do?
fair-rose
fair-rose8/2/2024

Reference/Relations between resources

hi I'd love to add relations between resources in my table Is it possible with refine? Im looking for something like <ReferenceField/> in react admin im using nestjsx/crud as a backend if that helps...
xenial-black
xenial-black8/2/2024

How can i change sidebar icons ?

Hello, how can i easly change sidebar icons ?
other-emerald
other-emerald8/2/2024

How to insert Supabase many-to-many from Refine?

How to insert Supabase many-to-many from Refine
quickest-silver
quickest-silver8/2/2024

using graphql and rest simultaneously

@kapa.ai I am mainly using graphql for queries and mutations, but for creating / editing / deleting a new user I am using a basic rest endpoint. How can I use useModalForm with a one off rest endpoint? would I need to make another data provider?
correct-apricot
correct-apricot8/2/2024

Starting a new Project with Refine, picking React or Next

I am starting a new project and planning on using Refine. It is a classic CRUD app with hundreds of types of datasources. I am also planning on a react-native app also. My question is this, would you start a new project with React-Vite and monolith so that you can share data sources between the react-native and react app. I have considered NextJS and have a version in NextJS. But I end up highly relying on client side code in the NextJS app. ...
xenial-black
xenial-black8/1/2024

Modify graphql request format for KeystoneJS server

I'm using KeystoneJS for my backend stack, which includes a graphql schema that has a query like this: ``` type Query { users(where: UserWhereInput! = {}, orderBy: [UserOrderByInput!]! = [], take: Int, skip: Int! = 0, cursor: UserWhereUniqueInput): [User!] user(where: UserWhereUniqueInput!): User...
wise-white
wise-white8/1/2024

Property 'field' does not exist on type 'CrudFilter'.

const [filterState, setFilterState] = useState<string | undefined>(""); useEffect(() => { setFilters((prevFilters) => { if (filterState === "pending") {...
conscious-sapphire
conscious-sapphire8/1/2024

relational api component

make me a component with antdprovider and strapi to make a counter for number of entries
fascinating-indigo
fascinating-indigo8/1/2024

How to manage multiple slugs in a single path

I want to manage a routing path like /categories/:category_id/subcatergories/show/:subcat_id and access both category_id and subcat_id in a Show page of subcategories
unwilling-turquoise
unwilling-turquoise8/1/2024

Refine HR Application

Just wondering if there's an update on the refine HR application. Hoping to learn from it, maybe even contribute to it if it's still under development. Thanks....
quickest-silver
quickest-silver8/1/2024

Missing Sentry trace headers

I'm using "@refinedev/simple-rest" and have set up Sentry. All of my requests are missing sentry's tracing headers. The same sentry config is working well on non-refine projects. Has anyone else had issues like this? https://sentry.zendesk.com/hc/en-us/articles/20860046489243-Why-am-I-seeing-requests-with-sentry-baggage-and-sentry-trace-headers...
optimistic-gold
optimistic-gold8/1/2024

update package

How come my vs code does not allow me to upgrade @emotion/refine packages higher then 10.8.2
optimistic-gold
optimistic-gold8/1/2024

JSX errors

So I had no errors before when I first downloaded refine, but when I clicked on node modules, and then refinedev then mui then src file for the side I got like 50 errors for jsx and now I can’t edit the sider until the issue is fixed, anyone know a solution? I tried changing the typescript version and I tried changing the jsx in tsconfig json to just react, or react-jsx but nothing on google is helping me. Let me know if y’all can get me a solution, thanks!
No description
foreign-sapphire
foreign-sapphire7/31/2024

Disable and hide refresh button on show page

Hi, I would like to disable and hide the refresh button on the show button, while still keeping the other buttons