refine
refine copied to clipboard
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
### Is your feature request related to a problem? Please describe. There is currently no quick way to implement editable MUI Data Grid. ### Describe alternatives you've considered There is...
### Is your feature request related to a problem? Please describe. Refine has three hooks to access [`i18nProvider`](https://refine.dev/docs/i18n/i18n-provider/) methods The following methods can be combined into one hook for a...
### Describe the bug useDrawerForm and defaultFormValues does not work ### Steps To Reproduce https://codesandbox.io/p/devbox/pedantic-bhabha-jqdy0y?embed=1&file=%2Fsrc%2Fpages%2Fposts%2Flist.tsx%3A47%2C28 ### Expected behavior defaultFormValues is work ### Packages ``` { "@refinedev/antd": "^5.37.4", "@refinedev/cli": "^2.16.26", "@refinedev/core":...
We'll make some refactoring in `@refinedev/core`'s `useForm` hook to make the current codebase more readable and clean. While doing so there will be some changes made to the logic to...
### Is your feature request related to a problem? Please describe. I tried to make the following query with filters and hasura data provider ``` query query { event(where: {_not:...
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://refine.dev/docs/guides-concepts/contributing/#commit-convention ## Bugs / Features - [x] Related issue(s) linked...
### Describe the bug After an upgrade to 4.49.0, TypeScript is not able to figure out the imports: `Module '"@refinedev/core"' has no exported member 'useTranslate'.ts(2305)`. So far, in my codebase,...
### Describe the bug Hey there again. Seems like Ive found another ESM/CJS issue ```sh ⨯ file:///Users/Projects/Code/app/node_modules/@refinedev/devtools/dist/index.mjs:2 SyntaxError: Named export 'getParentOfFiber' not found. The requested module '@aliemir/dom-to-fiber-utils' is a CommonJS...
## What is the current behavior? It simply doesn't work since the wrong i18n key is specified `pages.login.buttons.haveAccount` but the i18n translation files do not have that key and it...
### Describe the bug https://refine.dev/blog/shadcn-ui/#refine--shadcn-building-a-reusable-datatable--component-with-shadcn This doc does not seem to work, i followed the instructions and i get an error after implementing the Datatable component. Uncaught TypeError: Cannot read...