Refine

R

Refine

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

Join

ask-any-question

general

refetch provided by tableQuery / tableQueryResult never runs

refetch provided by tableQuery / tableQueryResult never runs. How can I make it run?

antd useModalForm doesn't refetch after successful form submission.

antd useModalForm doesn't refetch after successful form submission. How can I make sure a refetch occurs after success?

A Package or implementation example for NestJS

Hello, I want to adopt the simple rest and I want to modify my API to comply with the simple-rest data provider. Do you know any package in JavaScript that implements json-server querying standards to TypeORM

different resource structure depending on admin user

different resource structure depending on admin user

data grid client filters not updating pagination

data grid client filters not updating pagination count

form values revert to old values just after submit is pressed

@kapa.ai using antd editDrawerForm, the new values get passed to the mutation and everything works, but just after submitting the form input values revert to their original values. How can I keep this from happening?

How to render sider items at once instead of one by one under access control?

I am using Next.js with mui and enabling access control in my project. The sider items will not render one by one if there is no access control provider available. So I think the default <CanAccess> wrapper in the sider.tsx cause this behaviour. ...
No description

login route is checking for authenticated

I am using <Authenticated key="authenticated-routes" fallback={<CatchAllNavigate to="/login" />}> But i dont wan this to happen on the login page iteself as if throws error with the access control check...

formProps id is does not work when filtering table

formProps id is does not work when filtering table

antd useTable refetch

@kapa.ai antd useTable is not automatically refetching list data after a successful update via useDrawerForm. How can I force a refetch on the useTable data to get the updated values?

Change the url for a resource for get data from different API version

I had this code and I want to use the useTable hook and configure to get the resourse using a V2 version of the API The result of this code is something like "http://api/v1/v2/entity/id" `` const { tableProps, setCurrent, setFilters, pageSize, setPageSize } = useTable({ resource: v2/entity/${id}`,...

How to update two tables at once?

Could you guide me on how to: Fetch and display the list of users in a multi-select dropdown on the task detail page? Save the selected users as task assignments by inserting records into the task_assignments table?...

native storage

Is it possible to react native async storage has data provider in refine?

additional Id in route

How can I have multiple ids in the show route with react router and define this as a resource

useGo wont navigate if change is on the same page

useGo wont navigate if change is on the same page eg same resource just updating filter arguments

Has anybody already build the NestJS GraphQL Backend for the CRM example?

Or is there an existing public repository for the CRM NestJS GraphQL Backend example?

making custon register page

making custon register page

adding raw user meta data "first_name" while register user

adding raw user meta data "first_name" while register user -- antd

Action values

What are the values that Refine uses for action in the context of access control? So far I've come across: list, show, edit, delete & create. Is there a type or interface that defines them and that can be used to reference them programatically?