-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[Feature] Add ability to change table column width using Table/Column settings #7393
Comments
@mingfang thank you for the feature request! |
HI, is this request still open? I am too looking for fixing the column width but in vain. Though I set the width it gets automatically changed with presence or absence of data. DO we not have a fix for setting the column width yet |
Hey @pjgittst this is still not prioritized! |
Would love to the feature as well. My use case is actually making columns smaller than dragging allows. My users mostly using phones. |
This feature would be extremely useful especially for columns that have text wrap enabled. If their initial column width is small, the entire table looks horrible on load. |
+1 on the feature request |
Another use case is setting some columns to be only as wide as needed to fit the content. We have a few tables where the first column is an icon button to trigger an action, and since we have a lot of content to display it would be great if it wasn't wider to start with. |
Is there any workarounds for this? |
@xximj you can simply drag and resize the column widths in the table. That would be the workaround |
Currently I can change the table column width by drag the column separator.
While this works, it is not ideal for some cases.
One case is when I want to set the column width to a specific size numerically. This is not possible today.
Another case is when trying to resize the last column of the table.
It's currently very tricky to place the pointer to exactly the right spot to enable dragging to change the size.
Many times I end up resizing the whole tables instead.
The text was updated successfully, but these errors were encountered: