how to select an item from dropdown list
how to select an item from dropdown list through click and pass that selected element to another component??
Login-component
Hello team I am trying to setup a login component for a new project i am trying out in refine. Is there any detailed step by step guide. I was able to download example from github which works fine, but when i setup a new component it gives error,which as i understand shows like the data is not getting returned
custom-pages
Could you please provide an example??? I have tried
push("offerings", "/step1"),
push("offerings", "/offer1/step1") ,
push("/offerings/edit/offer1/step1"),
push("/offer1/step1")....
Socket.io
Hello, I struggle to get LiveProvider works with socket.io. any chance you have a boilerplate that could help? Ably and Supabase code don't help that much.
I am having a lot of GET request generated in console.. I am not sure I did it the right way.
Would you please assist?...
Hi all I have created a small app with
Hi all, I have created a small app with refine-nextjs template and added posts list page to pages as per the Mui tutorial. App works on dev, great. But, when I am trying to create production build using
npm run build
it is throwing errors: Build optimization failed: found page without a React Component as default export in
pages/posts/list
, Could anyone guide me how to produce a production build...params-override
hi. when providing params to a route using react router v6 those get always overridden by the ones provided by refine like
pageSize
and current
. how do i pass the params correctly so they are there additionally to the ones used by refine?Actually everything was working only
Actually everything was working. only after the navigation on this line ,
pathname
always kept coming up with /
and putting the application into the loop
https://github.com/pankod/refine/pull/1712/files#diff-d568b1810907d45b2f3fd4d3891ad38014c0272fa735dbf53e4df65e47224d89R63...usetable-live-mode
here is the page for reference:
```
import React, { useState } from "react";
import {
Row,...
Nested
I am trying to add nested resources, List inside Show (for one-to-many) also have a create in list using drawerform, but drawer form is catching the context of show not the List
Props on Show Component
Thank you very much for the detailed explanation and good wishes! ❤️
The short answer for items 1 and 3 is that you have found the right approach. CRUD components are built to meet very simple UI requests. In case these components are not enough, we recommend using Ant Design's own components.
Item 2 surprised me a bit. I checked again just to be sure, but the CRUD components don't use any data hooks. Could there be a mistake here? ...