Refine

R

Refine

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

Join

ask-any-question

discussions

fair-rose
fair-rose6/17/2024

Ant design table

```ts export default function PostList() { const { tableProps } = useTable<Course>() return (...
eastern-cyan
eastern-cyan6/17/2024

How do I get the total count?

``` const { dataGridProps, search, filters } = useDataGrid<BaseRecord, HttpError, IShipmentFilterVariables>({ pagination: { mode: 'server', }, ...
eastern-cyan
eastern-cyan6/17/2024

I would like to display a required message at the bottom of the form input when the input is not ent

``` <FormControl> <FormLabel>{isPay ? '추가 지급할 적립금' : '회수할 적립금'}</FormLabel> <OutlinedInput type="number"...
subsequent-cyan
subsequent-cyan6/16/2024

auth page tailwind customize?

How to customize the tailwind on auth page component?
national-gold
national-gold6/16/2024

updateMany

How to use many?
quickest-silver
quickest-silver6/15/2024

Hello i'm new using refine my problem is the the dashboard not showing up

So when I try to login with google the google login pop up doesn't load (only shows a white screen and stays that way); this keeps happening in different browsers. What could be the problem? by the way i changed the client_id variable by creating the OAuth 2.0 Client ID but it stills the same.
fascinating-indigo
fascinating-indigo6/14/2024

I am getting an error as unexpected end of JSON input can anyone help with it?

Hey I am trying to build an auth page The login screen is showing errors as "Unexpected end of JSON format"
what is my error and how should i rectify it?...
rival-black
rival-black6/14/2024

canExcess

canExcess with mui examples
rival-black
rival-black6/14/2024

if authenticated

I want to add a conditional button for link to "dashboard" if logged in on public page
national-gold
national-gold6/14/2024

Invoice number

What's the best practice creating or generating the invoice number? Should I use the ID or a custom code to generate a number Wich will reset on every new year?
fascinating-indigo
fascinating-indigo6/14/2024

Missing case "nnull" operator of nestjsx-crud provider

mapOperator missing case nnull
extended-salmon
extended-salmon6/13/2024

translate inside accessControlProvider

How can I use the translate methods from i18n inside the access control provider to translate error messages?
extended-salmon
extended-salmon6/13/2024

CanAccess in react-router-dom

How can I use CanAccess with react-router-dom
extended-salmon
extended-salmon6/13/2024

Access Control based on current users subscription

I am building an app with a subscription system and I would like to disallow the user from creating, updating and deleting when their subscription status is not "active", the subscription can be found in "api/tenants/current". How can I do that with the react router and the create button and everything, without using cerbios or something.
helpful-purple
helpful-purple6/13/2024

deploying a refine project to Zoho Catalyst. Currently i can run locally fine but not via catalyst

My last error is because the server side index.html file doesnt seem to be getting created in the build folder: (base) jamesspalding@Jamess-MacBook-Pro refine % node ./scripts/filesHelper.js -c ./client/.next/ ./build/client/ Copy completed successfully. (base) jamesspalding@Jamess-MacBook-Pro refine % node server/index.js...
national-gold
national-gold6/13/2024

useEffect

How to disable a form if a resource is inactive
extended-salmon
extended-salmon6/13/2024

Filter equal

Hi, how can I simply get all resources in the useTable for the resource GET /offers?BuildingId=${id}?
quickest-silver
quickest-silver6/13/2024

saveButtonProps doesnt retain filters

Hello, i've got an issue using the saveButtonProps while having filters or even change page sizes when i edit. I've managed to return while retaining the filters when canceling the edit modal using the useBack hook, but on save using the saveButtonProps i return to the list view with no filters....
rival-black
rival-black6/13/2024

custom onFinish mui

create a custom onFinish in mui "create"
rival-black
rival-black6/13/2024

adding data to multiple resources

@kapa.ai I have table in my supabase "pages" for which I've created a "create" page on refine dashboard where I've some field for page content, and the data from those fields I want it to store in another table i.e. "page_content" so that it will connect wiht pageId foreign key