We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
right now you can spcify colSpan, but what if i want to specify span="flex" as pet as antd api
The text was updated successfully, but these errors were encountered:
what do you mean by span="flex" of antd API?
span="flex"
Sorry, something went wrong.
https://ant.design/components/grid/#Col span for col
<Row> <Col flex={2}>2 / 5</Col> <Col flex={3}>3 / 5</Col> </Row>
I think it's not supported in form builder. But you can achieve similar effect by give total colSpan 5. Then each field can have colSpan=2, 3.
No branches or pull requests
right now you can spcify colSpan, but what if i want to specify span="flex" as pet as antd api
The text was updated successfully, but these errors were encountered: