-
Notifications
You must be signed in to change notification settings - Fork 29
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
表头缺少拖动调整宽度的功能 #161
Comments
目前列宽度是固定的 |
在列固定的情况下,如果数据超出现有宽度会显示不全,不能完全复制单元格内的数据。 @eternalsky |
列不固定的情况下,超出列表总宽度也是以水平滚动的方式去处理的。只有两种解决办法,一个就是想办法调整列宽度和不超过总宽度,或者提供一个按钮实现你说的功能。 |
复制单元格这个可以通过按钮之类的来解决,但是表头拖动调整列宽的功能有列入计划吗?查看多列数据时,随时能调整每列的宽度便利性不是滚动条能比的。 @eternalsky |
拖动类的优先级不是很高。 |
Closed
表格宽度拖拽这个功能有加入吗? |
没有,目前这个处于搁置阶段,业务需求比较低。 |
好的,谢谢 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: