SaveButton onSuccess
SaveButton does not have onSuccess parameters. How can I navigate to -1 after save successfully
Edit Form
Data provider resources and routes are correctly implemented.
Here is my edit component :
```tsx...
Form initial default values on Edit.
I'm having a bit of trouble with my Refine Edit component.
I'm trying to edit a record, and the Edit form opens, but the default values aren't being populated. The data is being fetched from the API correctly, but it's not reflecting in the form fields.
I'm using
useForm with defaultValues set, but it seems to be ignored....k bar integration do not switch colors on theme change in antd
I have been using the Refine with antd integration, recently added the Kbar integration into it but it seems it doesn't work
Show get resource
I am trying to dynamically get the resource name of which current show/edit/list page
how can I achieve this ?...
how to change labels for k-bar options
the k bar integration makes the options from the the resources, how do I change label for "List"
useStepForm from react-form-hooks doesn't work as expected
When using useStepsForm<BaseRecord, HttpError, MyFields> and going to the next step, the gotoStep fails, as it fails the validation for the fields in the non active steps (like in the next step).
For example lets say I have this:
```tsx
const form = useStepsForm<BaseRecord, HttpError, CreatePropertyFields>({...
Pulling data from hierarchical api
I have an api that exposes multiple endpoints that are hierarchical in nature.
For example:
/container - returns a list with minimal data like id and name
/container/types - returns a list of types...
custom sider color
want to change the color of the sider i want
import { Sider } from "@refinedev/antd";
import { Menu } from "antd";
import { useEffect, useState } from "react";...
useTable example with Spring Boot
Can you provide a simple example of a Spring Boot API endpoint method that would be used with the useTable hook? Specifically, how should the method properly handle pagination so the client is only getting data for the current page?
Problem with alias
I want to use alias inside the project so I have this files but in the vscode and in runtime not found the correspondig components.
This is are the config files. What am I missing?...
Default placement of built-in notifications with antd
I would like to change the default placement of antd notifications.
refine useList returns only 10 results. With a property - total: 17
refine useList returns only 10 results. With a property - total: 17
refine show.tsx does not show default button properly in mobile view
refine show.tsx does not show default button properly in mobile view, how to fix it in Material UI?