Refine

R

Refine

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

Join

ask-any-question

discussions

xenial-black
xenial-black7/5/2024

How can I support my antd design table to have drag and drop?

I want my users to be able to reorder the rows in a table by dragging and dropping
ambitious-aqua
ambitious-aqua7/5/2024

Uploading a file to an api endpoint

Can you provide a simple example of a component that would upload a file to an api endpoint using the ant design Upload component?
correct-apricot
correct-apricot7/5/2024

changing fav icon

Here i want to change favicon export const metadata: Metadata = { title: "Refine", description: "Generated by create refine app",...
correct-apricot
correct-apricot7/5/2024

I want to use a custom buttom in "Edit" form in mui in the footer

In the "Edit" operation, I want to use a custom button in footer, I'm using mui
correct-apricot
correct-apricot7/4/2024

send a field value while "create" mui

in mui while "create" i want to send a boolean field's value always false
correct-apricot
correct-apricot7/4/2024

setting theme to "light" always

I want to set my theme to be "light" always
flat-fuchsia
flat-fuchsia7/4/2024

Problem with MUI

The central content does not respect the sidebar and header, and this occurs without any consistent pattern. On some screens, the same screen behaves this way on one computer but not on another.
No description
ambitious-aqua
ambitious-aqua7/4/2024

How to set request body in useCustom

How can I set an object as the request body of a post request using useCustom? I currently have it set as the config.query value, but that's not getting picked up by my backend server.
exotic-emerald
exotic-emerald7/3/2024

useUpdateMany initalised many times across parameter fields

There seems to be a cost of initialisingthe the useUpdateMany hook which is only really noticable when say over fifty times in a view in a table
fair-rose
fair-rose7/3/2024

Are your API CRM Refine down?

https://example.crm.refine.dev/ If you try log in to this CRM example it seems that its not loading the dashboard as it cannot /get from the api...
deep-jade
deep-jade7/3/2024

how to i get serverside data total count?

how to i get serverside data total count? api response example : [{data... }]...
plain-purple
plain-purple7/3/2024

pass custom params in url from custom data provider

how can i pass custom params like fromdate etc in url
correct-apricot
correct-apricot7/3/2024

@ant-design/plots"

'appendPadding' does not exist in type 'AreaConfig'
stormy-gold
stormy-gold7/3/2024

Define 2 Route with same resource

Is it possible to use same resource but for two routes, i want to make 2 menu in resource definitions but with same resource using antd integrations?
stormy-gold
stormy-gold7/3/2024

Using two table with one source in one page

I want to call the same tables twices but with different filter in one page.
optimistic-gold
optimistic-gold7/3/2024

Resource with no list view

I have an API path that's used for getting and updating a single item with no list. I'm having a hard time working around the fact that ThemedSiderV2 only renders resources with a List item. Pointing the List property to me Edit page doesn't seem to work, and swizzling seems like a lot of overhead for something that should be simple. Is there some property that I can simply pass to ThemedSiderV2 that will add an additional menu item?...
correct-apricot
correct-apricot7/2/2024

Sms integration

Is it possible to integrate sms API, to send sms after save successfully a resource
correct-apricot
correct-apricot7/2/2024

dark, ligth icon

how to change dark/light icon
conscious-sapphire
conscious-sapphire7/2/2024

<FilterDropdown> "ina" Operator to Filter in Arrays

I currently have a <FilterDropdown> tag, but unfortunately am getting the error "could not find array type for data type uuid[]". I believe this is due to the operator being used being "in" instead of "contains", or in this case "ina" (as I see that this was added as an operator fairly recently in Refine). Does anybody know a property I can add to FilterDropdown to change its operator?...