Refine

R

Refine

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

Join

ask-any-question

discussions

sunny-green
sunny-green2/8/2024

Page in Refine

Does every page in refine should be linked to a resource?
sunny-green
sunny-green2/8/2024

show loading icon while waiting list page

how to show loading icon while loading list page using mantine ui framework?
generous-apricot
generous-apricot2/8/2024

breadcrumb

how can i make the <Breadcrumb /> allways show the current page for example the name of the page
magic-amber
magic-amber2/8/2024

What is the most adequate way of styling Refine projects?

Im currently working on a project that uses Ant Design and I'm wondering what is the best way to style it. In files generated with Swizzle, I see style.ts files containing objects with css properties. Is this the norm or can css modules be used?
adverse-sapphire
adverse-sapphire2/8/2024

coulmn filter

@kapa.ai how can I have a filter on the column
adverse-sapphire
adverse-sapphire2/8/2024

How to handle an end point to download excel file for a list

@kapa.ai I want to create a button to handle download excel file end point in refine how to do that?
metropolitan-bronze
metropolitan-bronze2/8/2024

Call a hook inside a function

// Package Imports import { useSimpleList } from '@refinedev/antd'; // Project Imports...
absent-sapphire
absent-sapphire2/8/2024

'Create' button location

Hi, Where is the file location of the 'Create' button (blue color) as in the picture? I want to learn on how to hide it. Thank you....
No description
sunny-green
sunny-green2/8/2024

i18n Tutorial using Mantine

Is there any tutorial for creating language dropdown using Mantine? https://refine.dev/docs/guides-concepts/i18n/#changing-the-locale is great, but using antd. Is there similar link using mantine? what is the mantine version for this component?...
ambitious-aqua
ambitious-aqua2/8/2024

initialValues: { initialValues numeric

What value should you set when a field in initialValues is a number and want it null
ambitious-aqua
ambitious-aqua2/8/2024

GetInputProps checkbox

how to use GetInputProps in checkbox?
ambitious-aqua
ambitious-aqua2/8/2024

saveButtonProps

what is the rest api call when saving ing saveButtonProps
ambitious-aqua
ambitious-aqua2/8/2024

saveButtonProps method http what is it

saveButtonProps method http what is it
magic-amber
magic-amber2/7/2024

How do I access i18n keys in auth provider?

I am trying to use my i18n keys inside my auth provider but can't figure out how to do this. I can't use 'useTranslate()' hook due to this not being a react component, how else can I access it?
correct-apricot
correct-apricot2/7/2024

Hide a button with control access

How to hide a button using accessControl prop...
breakable-bronze
breakable-bronze2/7/2024

Sider

How do i customise the sider, because i dont find the sider folder in the components Also im using refine-mui...
ambitious-aqua
ambitious-aqua2/7/2024

useSelect defaultValue is not populating

useSelect defaultValue is not populating
adverse-sapphire
adverse-sapphire2/7/2024

How to add extra fields to the registration page?

I would like to add a firstname, lastname and phone number field to the registration page, how can I do this?
generous-apricot
generous-apricot2/7/2024

accessControlProvider getIdentity hook

How can i access the hook const { data: user } = useGetIdentity<IIdentity | null>(); in an AccessControlProvider ...
correct-apricot
correct-apricot2/7/2024

Split

How to use split to remove some numbers in a field