like-gold
like-gold2mo ago

I have a list of customers, and I need to create a button in the actions to list the addresses relat

I have a list of customers, and I need to create a button in the actions to list the addresses related to that customer. How do I do it?
9 Replies
flat-fuchsia
flat-fuchsia5w ago
Hello
harsh-harlequin
harsh-harlequin5w ago
best json editor to use in form.items in ant design style?
manual-pink
manual-pink4w ago
I don't think this is a support question as much as just asking for experience and advice so I'm putting it here first. Has anyone had any experience implementing a simple code editor into a refine project? I am using the supabase+mui starter for reference. I need to find a solution to edit and just display syntax highlighted code in three different languages, Typescript, Rust and Python. The more tightly integrated the better.
flat-fuchsia
flat-fuchsia4w ago
hello, guys, i have an issue i am having for several days. I wanted to make a table component using useTable hook from "@refinedev/react-table" Basically, the columns field don't want to accept ColumnDef<TData>[] type value. It gives me: ColumnDef<TData, any>[]' is not assignable to type 'ColumnDef<BaseRecord, any>[] but if I try to hard code the columns to a type ColumnDef<BaseRecord, any>[] , it errors: Type 'BaseRecord' is not assignable to type 'TData'. Please help me
deep-jade
deep-jade3w ago
Does anyone know where to find the Database SQL dump so that I can create the base table structures for storing and fetching the data? Or am I missing something Figured it out. Used the Cursor AI to write a script to go from the graphql to sql
frail-apricot
frail-apricot2w ago
Now I am actively looking for a new job opportunity or task, and here, I'd like to connect with you. Thank you.
eager-peach
eager-peach4d ago
Hey, I've fixed an issue related react-hook-form. Now I need to write unit test for that fix. I am unable to run tests. Little confused between so many packages. Can anyone help me with that?
foreign-sapphire
foreign-sapphire4d ago
Hi. Can I define routes outside of App.tsx file? When I did that, it threw exception: Missing "./." specifier in "@refinedev/react-router" package
correct-apricot
correct-apricot2d ago
hello guys, i used refine antd for authpage, and i wanna show the icon of show/hide password <Input.Password placeholder="Password" iconRender={(visible) => (visible ? <EyeOutlined /> : <EyeInvisibleOutlined />)} /> but nothing is changed, is there a predifined prop in authpage for that ? and thanks PS: i used the same Input.Password outside the authPage tag and it icon is displayed normal

Did you find this page helpful?