Top "Antd" questions

This tag should be used for any questions regarding the Ant Design.

Ant Design form set values form props

I'm using antd design in my form. Here I'm setting value from reducer profilereducer by using shouldComponentUpdate method. class ProfileForm …

reactjs redux state antd react-props
How can I set default sorter and filters on antd table components?

I am using ant-design react components to make a dashboard and have used a table component where I can define …

reactjs antd
Antd Fixed Header In Layout

With ant.design, what is the right way to apply Affix to Header in a Layout so that it stays …

javascript reactjs antd
ant design - huge imports

I'm using ant design library for my react application. And I've faced with huge imports, that hurts my bundle (currently 1.1 …

reactjs antd
Why is there no onchange for `<Input>` in Ant design

I know I must be missing something very simple but why is there no onChange for <Input> tag …

reactjs input onchange antd
ESLint: Component definition is missing displayName (react/display-name)

I'm using a react hook component with antd. When setting up columns for a table, the render function is giving …

javascript reactjs antd react-hooks
Ant-Design Table > How can I disable pagination and show all records

My questions is: Ant-Design Table > How can I disable pagination and show all records... Currently I can configure pagination …

antd
How to wrap up Ant Design with Styled Components and TypeScript?

I want to wrap up my ant-design components with styled-components, I know that this is possible (https://gist.github.com/…

typescript antd styled-components
Ant Design error: "Form.create() getFieldDecorator is not a function"

"antd": "^1.11.1", "react": "^15.1.0", "react-dom": "^15.1.0", Error: Uncaught TypeError: getFieldDecorator is not a function ant design demo: https://ant.design/components/form/ import …

javascript forms reactjs antd
antd - ant design table with pagination control supporting a widget to choose rows per page?

Does the Ant Design Table controller take a Pagination component, instead of a plain object of properties. I need to …

javascript reactjs antd