Refine

R

Refine

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

Join

ask-any-question

discussions

correct-apricot
correct-apricot10/29/2024

useDataGrid

data changes and causes extra draws
rival-black
rival-black10/29/2024

why refresh required to have values bound to form here?

``` import { useShow, useOne } from "@refinedev/core"; import { Show, NumberField, DateField, Edit } from "@refinedev/mui"; import { Typography, Stack, Box, TextField } from "@mui/material"; import { Form } from "@formio/react";...
rival-black
rival-black10/29/2024

useForm diff btw @refinedev/core and @refinedev/react-hook-form?

useForm diff btw @refinedev/core and @refinedev/react-hook-form?
rival-black
rival-black10/29/2024

why register() method not work?

``` import { useSelect } from "@refinedev/core"; import { useForm } from "@refinedev/react-hook-form"; export const PostEdit: React.FC = () => {...
correct-apricot
correct-apricot10/29/2024

mui datagrid ncontains

crud filters support ncontains but data grid appears not too
absent-sapphire
absent-sapphire10/29/2024

Multiple params in query

How can I use multiple params in a route? Something like /user/:uid/object/:id ? it seems that only "id" is a valid property for ParseResponse for ...
genetic-orange
genetic-orange10/28/2024

useList, get current pageSize and pageIndex

Hi, how can I get the current pageSize and pageIndex, like useTable has in its tableProps but then for useList
extended-salmon
extended-salmon10/27/2024

`redirect` useForm(@refinedev/antd) with nextjs-router doesn't work

Refine: ``` <Refine routerProvider={routerProvider} dataProvider={{...
flat-fuchsia
flat-fuchsia10/27/2024

Can one Antd table house two different resources (users and memberships) ?

Can one Antd table house two different resources (users and memberships)? If so, how?
fascinating-indigo
fascinating-indigo10/26/2024

How to create Multiple resource based on permanent filter?

How to create multiple resources from the same API endpoint but the difference is each resource has a different permanent filter?
fascinating-indigo
fascinating-indigo10/26/2024

How to keep the filter after refresh on Antd Table?

@kapa.ai How to keep the filter when the page is refreshed with FilterDropdown? ``` <Table.Column dataIndex="customer_id" title="Customer"...
fascinating-indigo
fascinating-indigo10/26/2024

How to set default site locale on AntD Refine?

How to set the default locale settings for numbering format such as thousands separator etc. on Refine with Ant design?
optimistic-gold
optimistic-gold10/26/2024

Getting this whenever running npm run dev

pls help 🙂
No description
inland-turquoise
inland-turquoise10/26/2024

trying to filter resource by dates through api

i have resource orders, that is taken from my backend api i am trying to pass two dates so that api only extract orders within this period of time. I pass them through meta parameters and it works ``` const { tableProps, setFilters } = useTable<InterfaceOrders>({...
flat-fuchsia
flat-fuchsia10/26/2024

Filter AntD table for null values in DateTime column using NestJS-Query

How can I filter AntD table for null values in DateTime column using NestJS-Query?
flat-fuchsia
flat-fuchsia10/24/2024

FilterDropdown with null operator

In Antd table using NestJS-Query, how to do FilterDropdown with null operator? ``` <Table.Column<Ticket> dataIndex="validated" title="Validated"...
conscious-sapphire
conscious-sapphire10/24/2024

Ant Design App CRM template becomes enterprise.

I've been using the Ant Design App CRM template, which was previously free. All backend endpoints in my application are custom-built. Now that the template has transitioned to an enterprise model, will this affect my app?
noble-gold
noble-gold10/24/2024

How to dim savebutton if form does not change by useForm?

How to dim savebutton if form does not change by useForm?
rival-black
rival-black10/24/2024

How to create custom field using AntD

@kapa.ai i have an example using mui <Controller...
flat-fuchsia
flat-fuchsia10/23/2024

Filter mode "off" only for one filter in table (AntD)

Can I specify filter mode "off" for only one column in antd table and rest of the columns can have filter mode "server"?