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
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?
changing fav icon
Here i want to change favicon
export const metadata: Metadata = {
title: "Refine",
description: "Generated by create refine app",...
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
send a field value while "create" mui
in mui while "create" i want to send a boolean field's value always false
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.

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.
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
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...
how to i get serverside data total count?
how to i get serverside data total count?
api response example : [{data... }]...
pass custom params in url from custom data provider
how can i pass custom params like fromdate etc in url
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?
Using two table with one source in one page
I want to call the same tables twices but with different filter in one page.
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?...
<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?...
