-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
WebUI: Support auto resizing table columns #21655
Conversation
6b34db1
to
468a183
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In GUI we have "Resize columns" at the bottom of menu.
It will resize all enabled columns. Maybe you would like to match webui with it?
I didn't even realize the GUI had this option. I only added it because users on mobile won't be able to double tap the column edge. For this use case, I think having these options at the top is more useful. I like being able to resize a single column, but resizing all also seems useful. I'll add a separate "Resize all" action. |
468a183
to
80bef22
Compare
Auto resize can be triggered by: 1. Double clicking the column's resize handle (its rightmost edge) 2. The table header's context menu
80bef22
to
62dae82
Compare
@Piccirello |
Thanks you Very much Piccirello 👍 |
Auto resize can be triggered by:
Closes #21627.