Refine

R

Refine

Join the community to ask questions about Refine and get answers from other members.

Join

ask-any-question

general

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