refine
                                
                                 refine copied to clipboard
                                
                                    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. The Inferencer feature is an amazing time saver. I find myself building the database, then creating empty Create, Edit,...
closes #5178 I fixed theme-mantine-demo, most of the other examples are untested and probably won't work. Notable problems: Mantine 7 uses CSS modules for styling, and @refinedev/mantine uses tsup to...
This fixes https://github.com/refinedev/refine/issues/5317, the current package used to generate the CSV is old and has few issues, this PR changes the implentation to use the same package as for `useImport`...
### Is your feature request related to a problem? Please describe. Modify code for generating the sort parameters of the GraphQL query that gets sent off to a Hasura GraphQL...
fix: `dataProvider.getList` method adds `?` to the request url when there is no `filters`, `sorters` and `pagination` in the request. #5359 ```diff - Expected + Received - "https://api.fake-rest.refine.dev/categories", + "https://api.fake-rest.refine.dev/categories?",...
### Describe the bug Hi I encountered an issue while running the Mantine Advance Filter Example Project provided in Refine. When I click on a filter, the filter values are...
### Describe the bug Heya, I'm having trouble trying to use different table schema using Supabase for the template refine project ```ts // utility/supabaseClient.ts export const supabaseClient = createClient(SUPABASE_URL, SUPABASE_KEY,...
### Describe the bug When executing `pnpm create refine-app@latest -- -o refine-chakra-ui tutorial` it used the npm package manager to install packages. ### Steps To Reproduce pnpm create refine-app@latest --...
### Documentation issue I want to remove ?& when calling API in useTable ### Describe the thing to improve I want to remove the ?& when calling the api in...
### Is your feature request related to a problem? Please describe. We've created a branch to migrate our application code to RQ v5, but have refrained since Refine uses RQ...