refine
refine copied to clipboard
A React Framework for building internal tools, admin panels, dashboards & B2B apps with unmatched flexibility.
## 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 - [ ] Related issue(s)...
### Is your feature request related to a problem? Please describe. useEditableTable is a nice wrapper around useTable and useForm. The useForm hook for Ant Design accepts a warnWhenUnsavedChanges prop...
## 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 Using MUI 7.1.0 & Strapi. Its all worked, but now when i click on next page, i see in the traffic that next page request sent...
### Describe the bug When using SSR with NextJS and Mui, the rowCount prop provided by useDataGrid can sometimes become undefined during loading. This resets the current page to zero....
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] The commit message follows our guidelines: https://refine.dev/docs/guides-concepts/contributing/#commit-convention ## Bugs / Features - [x] Related issue(s)...
### Describe the bug the show button does not pass meta params to useButtonCanAccess. ### Steps To Reproduce For example I have some rule like this can read if companyId...
useForm with Different Input/Submit Types Not Working as Expected Description I'm using useForm<BookDto, HttpError, UpdateBookRequest>() in edit mode and facing broken behavior when trying to use a different shape for...
### Describe the bug When the labels displayed on the **ThemedSiderV2** are too long, the label is truncated but no tooltip appears when mousing over the truncated label. Additionally, the...
Why does `getLocale` have return type `() => string | undefined` in `useTranslation` if `getLocale` has type `() => string` in `i18nProvider`? https://github.com/refinedev/refine/blob/39dff272c20c04efaa91d1bf35b08e078465db72/packages/core/src/hooks/i18n/useGetLocale.ts#L5 https://github.com/refinedev/refine/blob/39dff272c20c04efaa91d1bf35b08e078465db72/packages/core/src/contexts/i18n/types.ts#L12 It's annoying having to say `const...