How can i add some fields in the signup user form, I'm using supabase and nextjs
I'm trying to add a field with firstName and lastName in signup user form, but not able to do that, help me how can i do that
How to make useCustom hook invalidate resources like useUpdate
Is there a way to make a call to useCustom invalidate resources such as "list" similar to the way useUpdate does? Such that the call will automatically cause the components to re-render?
resource names casing sometimes get changes when read in Access Control
Sometimes resouce names can get change to lower case even though they are casesed Camel.
` {
name: "auditLogs",
list: "/administration/auditLogs",...
headers not updating when using unparseConfig headerTransform in useExport
How can I use antd's useExport supported prop unparseConfig's headerTransform callback to update headers when exporting data to csv?
redirect in onMutationSuccess
Hi, How can I redirect to one of the routes from history onMutationSuccess callback?
Pass JWT token to dataprovider
How can I pass the jwt token to the simple-rest dataprovider when making a request?
How to call an endpoint after onClick
I have the following button
<Button
size="small"
color="green"...
OnSucess not called
Here onSuccess if not called the successNotification is.
mutate(
{
resource:
api/push/${collection},...Access non-resource data via supabase
I'm trying to query my "user_types" table to see the current type of my user, but
useCustom requires not a function but an api url, which I am not using since I am using supabase.GPTFine - Is this up-to-date?
There's a GPT available on the OpenAI marketplace called GPTFine, does anyone know if this has been provided the latest documentation? I can see there's kapa.ai in the docs but it's a bit annoying not to have chat history and have to chat with it through a modal.
How can I show a menu item in disabled state in sidebar?
I am using Antd with Refine. I want to opt for disabled state using meta in resources, like, {
name: "users",
list: "/users",
meta: {
label: "Users", ...
name: "users",
list: "/users",
meta: {
label: "Users", ...
May I use this article?
https://refine.dev/blog/react-design-patterns/#introduction
Hello, I was recently impressed after reading a post on the react design patterns of refine. Thank you for writing a good article. However, I felt uncomfortable reading the article only with the translation function supported by the web browser. So, I want to translate the article into Korean and post it on my personal blog with the ring of One letter, is that okay? Or if there is a better way, please suggest it....
Are there any examples of authentication using Django Rest Framework?
Any tips/direction on authenticating using Django's auth system or DRF?
Which NPM package contains the refine binary?
I need to move the Refine base binary / package to an air-gapped system. When creating a Refine app using npx and
create-refine-app, the refine binary is dropped into one's NPM bin. However, I'd like to know what the corresponding package is that provides this binary. npm install create-refine-app does not appear to contain any binaries. Your help is appreciated.