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

**Describe the bug** When `useImport` is used with `batchSize` option, it is expected that the batches are sent one **after** another (i.e. next batch is sent to the server **after**...

bug
good first issue

Added `indexRoute` property to `options` of `` component to manage initial route of the app if users wants to change that from first resource's route to something else. ### Test...

Due to some missing transformations in `useParams` hooks of `@pankod/refine-nextjs-router` and `@pankod/refine-remix-router`, users need to create multiple files in the `pages` or `routes` directories to render **refine** components. We need...

enhancement

Currently, `@pankod/refine-nextjs-router` and `@pankod/refine-remix-router` does not support nested routes; we should add this ability to fully support `refine`s routing features.

enhancement

Currently, `@pankod/refine-react-location` does not support fallback routes and redirects to the initial route.

enhancement

Added `` for Material UI package of **refine** Please check all items below before reviewing. - [ ] Corresponding issues are created/updated or not needed - [ ] Docs are...

**Describe the bug** If I send a mutation with useStepsForm, the return key is given automatically. For example, if I have a page like 'alarm', ```javascript return { alarm: {...

bug

**Is your feature request related to a problem? Please describe.** react-admin has a really cool feature called the guesser component here https://marmelab.com/react-admin/ShowGuesser.html basically this component try guesses (by print js...

enhancement

**Describe the bug** Casbin is not working when flowing from the example. **To Reproduce** Just flowing from the document: https://refine.dev/docs/guides-and-concepts/access-control/#casbin Steps to reproduce the behavior: 1. install casbin 2. write...

bug

**IMPORTANT: Please do not create a Pull Request without creating an issue first.** change in Crudoperators types added st for startwith for remult rest standard. create a remult data provider...