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

## 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...

> 🚨 Work in progress... ## 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 /...

### Is your feature request related to a problem? Please describe. The return values of useTable related to pagination are as follows: ```ts import { useTable } from "@refinedev/core"; const...

enhancement

### Describe the bug ``` Directory import `node_modules/@mui/material/Box` is not supported resolving ES modules imported from `node_modules/@refinedev/mui/dist/index.mjs`. ``` After extensive research, I found out that Node.JS doesn't support Directory imports....

bug
blocked by external dependency

## 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)...

## 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 The `useDrawerForm` [prop types extend](https://github.com/refinedev/refine/blob/master/packages/antd/src/hooks/form/useDrawerForm/useDrawerForm.ts#L23) the `UseFormConfig` type from "sunflower-antd," which includes the `submit` and `form` fields, but `useDrawerForm` does not use these fields. ### Steps...

bug

- feat(mui): editable Data Grid https://github.com/refinedev/refine/pull/5744 (https://github.com/refinedev/refine/pull/5989) - fix(nestjs-query): can specify 0 as filter value (https://github.com/refinedev/refine/pull/6023) - fix(cli): type imports in swizzle command (https://github.com/refinedev/refine/pull/6039) - fix(rtl-customisation): changed the header back...

## 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)...

### Describe the bug When the browser window size is reduced, then horizontal scaling does not properly occur (table keeps full width and flows under the sidebar). A hard page...

bug