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

feat(table): 需要支持更灵活的固定宽度列 #2119

Open
jinquantianxia opened this issue Sep 3, 2024 · 0 comments
Open

feat(table): 需要支持更灵活的固定宽度列 #2119

jinquantianxia opened this issue Sep 3, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jinquantianxia
Copy link
Contributor

现在要想让某列宽度始终固定,不随外层宽度变化,必须同时设置该列的width和minwidth为同一个值,并且,其他列都不能设置width或minwidth。
但是这种还是不太符合实际的交互需求,这种情况下,其他列都会被平均分配剩余宽度,而项目需要其他列中的某些列多分配一些宽度。

@jinquantianxia jinquantianxia added the bug Something isn't working label Sep 3, 2024
@ielgnaw ielgnaw assigned xintaoLi and unassigned ielgnaw Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants