Skip to content
New issue

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

Table 设置列最小宽度无效 #2426

Open
zhangguimei opened this issue Mar 30, 2022 · 1 comment
Open

Table 设置列最小宽度无效 #2426

zhangguimei opened this issue Mar 30, 2022 · 1 comment

Comments

@zhangguimei
Copy link

What version of rsuite are you using?

No response

What version of React are you using?

No response

What version of TypeScript are you using (if any)?

No response

What browser are you using?

No response

Describe the Bug

Table 设置列最小宽度无效,如下图官网示例:
image

Expected Behavior

支持最小宽度,能够自适应

To Reproduce

No response

@SevenOutman
Copy link
Member

minWidth 应与 flexGrow 属性配合使用

<Column
  minWidth={200}
  flexGrow={1}
/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants