refine icon indicating copy to clipboard operation
refine copied to clipboard

A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.

Results 432 refine issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? Please describe. I am in need of invalidating the users identity state and force a react query refresh. `useInvalidateAuthStore` is not...

enhancement
up for grabs

### Describe the bug In a table, apply some filters then click the menu item in left side bar, the url should reset filters and sorters (only apply default ones)...

bug

### Is your feature request related to a problem? Please describe. Most data providers use of Axios which is considered deprecated by (many/some). See [adios-axios](https://www.adios-axios.com/). Nowadays Native Fetch APIs are...

enhancement

### Is your feature request related to a problem? Please describe. Trying to use refine without material ui or antd or anything of the sort for personal taste reasons (and...

enhancement

### Is your feature request related to a problem? Please describe. no ### Describe alternatives you've considered _No response_ ### Additional context _No response_ ### Describe the thing to improve...

enhancement

### Describe the bug I have been debugging the functionality for `warnWhenUnsavedChanges` and I found that `react-hook-form` only ever emits a type with subscription event objects on blur? At https://github.com/refinedev/refine/blob/master/packages/react-hook-form/src/useForm/index.ts#L223-L230...

bug

### Is your feature request related to a problem? Please describe. It's not possible to make a simple plain notification (in typescript) because useNotification requires `type: "success" | "error" |...

enhancement

### Describe the bug We are using i18next for our translations, and the Refine i18n provider uses a generic interface for the translate function. i18next allows for array keys but...

enhancement

### Describe the bug ![Image](https://github.com/user-attachments/assets/9cfdc366-4def-46bf-8f9d-ca5ceee6a3cd) ![Image](https://github.com/user-attachments/assets/29004660-7a64-454f-96cc-d2733c3421b4) ![Image](https://github.com/user-attachments/assets/642a9e01-0dcb-47b7-9b55-67b898071a39) When useDataGrid is used with a MUI premium datagrid, my filter is behaving strangely. When I use "useList" in stead of useDataGrid it...

bug
wontfix

### Describe the bug When trying to render the example table using the `@refinedev/mui` and `@mui/x-data-grid` packages as shown in the documentation under the "Guide and Concepts" section (Tables component),...

bug