-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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 and column resizing (by mouse) #3284
Comments
The ckeditor/ckeditor5-table#210 seems to partially solve this issue but I have not been analyzying it. |
The column width resize is very crucial for us. Table with |
A few questions, anyone interested in this feature please feel free to jump in.
|
I would mimic google docs or word resizing mechanism with the mouse, the end user does not care about % or px, they adjust the size with their mouse as they like and that's it. So I guess pixel under the hood. |
I will be happy to get this feature!
|
Completely disagree with kuku711. In the dialog though, let me choose. Columns can be either. |
@Reinmar Can we please get an update on where this feature might be on the roadmap? |
Re/ px versus % — how do other editors do it? E.g. I think prosemirror/tiptap has mouse-resizable columns. |
Note: perhaps px vs % should be configurable when integrating the editor. For some products, "our users are making documents, not responsive pages" is absolutely true. For our product (Brick), the opposite is true. |
We'll be starting with column resize (which will also allow to resize a table itself). However, we won't tackle row resize yet, I've extracted it to a separate issue: #11637. For anyone interested in row resize, please upvote the linked issue too. This will allow us to better understand if there's a desire in community for this feature. |
Is this shipped already? |
I want column resize feature so that all column should be uniform as per need, please do let us know when it will be ready with proper example.? @mlewand |
This feature was shipped a couple months ago: https://ckeditor.com/docs/ckeditor5/latest/features/table.html#table-column-resize |
We've just introduced image resizing and we can quite easily implement a similar solution for tables too.
Then, the second thing is columns resizing. For this we cannot reuse the logic from image resizing so it's a far bigger task.
For the first implementation we'll focus on horizontal axis only (column resize, table width resize). If you're interested in row height resize head on to #11637 issue.
Note: It will be possible to resize rows/columns/tables by using the table styles feature.
If you'd like to see resizing in tables, please react with 👍 to this ticket and explain in the comment which part is crucial for you.
The text was updated successfully, but these errors were encountered: