I'm implementing antd <Table> component and need to make columns resizable with react-resizable. I was following the example in the documentation, but sin
So I am using antdesign table and I have three different tables based on the status(status: approved/pending/rejected) of the data but the columns used in these
I am using the antd-country-phone-input in my form for international phone numbers. However this does not have a mask and I want to have a masked input. I have
I have interface FormData, which is supposed to be same type as values that onFinish function receives, but when I put const onFinish = (values: FormData) =>
I recently created a new project with create-react-app, installed all newest packages for an old create-react-app project (which was using react-scripts 3.4.1,
I have an application developed using ant design ( React JS ), and I started integrating the cypress e2e test for the application. However, I could not get it t
I use Editable Cell of Table I want to disable row when age value is '33' include select(=checkbox) There is sandbox test code help me test code
I'm trying to run the project locally. I'm following the instructions which are straightforward. But when running npm start I get this huge error as seen below.
I am building a web app using Django rest framework on the backend and React on the frontend. I am also using Ant Design to help with styling. I have been follo
I am working on a react app and the views are built with Ant Design, I am validating a form and I don't know how to validate the password to contain chars of lo
This problem only exists when I'm using Ant Design Charts. I'm currently using React 18 (using create-react-app) and I tried using Ant Design Charts for my gra
I am having a modal with long content. I need to have an internal scroll bar inside the modal but there is no information about that in the documentation <M
Recently I try to use antd. However, when I close Modal and Popconfirm components once I click the OK button on Popconfrm, it doesn't work well. It means only M
As the title states. What is the difference between the two? 1. import { Form } from 'antd'; const Components = () => { const [form] = Form.useForm(); f
I'm unable to set default value for multi select inside form. Use Case: I have created a react component that renders a select with some default props that I n
I am having an issue ng zorr table with pagination. Uing pagination with seperate component like below <nz-table #dynamicTable [nzScroll]="
I have an issue regarding the integration of Ant Design library in a CRA (create-react-app). After I have tried to integrate it as it is required in their docum
I have a pro-table in ant design in which I want to apply filtering. However, the action buttons on the filters are always in Chinese as shown in the attached i
First, i have antd table and datasource from firestore with some fields and include timestamp field. my data is good running and show it in antd table, the prob
sorry if the title is confusing, I don't know how else to put it into words. I am currently learning react and made this application using antd UI componen