How to achieve consistent table cell widths? #563
Unanswered
yezgromafic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
In text notes, when I change the table size by dragging its outer edges, the width property (expressed in %) under Table properties > Dimensions > Width updates accordingly. Likewise, when I directly pass a value to this property, the actual width of the table adjusts correctly.
However, when I resize table cells by dragging the border between them, the percentage width set in Cell Properties > Dimensions recalculates based on the new position instead of staying relative to the table’s width. For example, if I have two cells that each take up 50% of the table’s width and then adjust the middle border by dragging it around with the cursor, the 50% values do not update to reflect the new width distribution and the cell widths stop being relative to the overall table width, so 50% no longer represents half of the table’s width.
I want to maintain cell widths in percentages relative to the table, even when dragging to resize. I'm aware that this may be a limitation of CKEditor, so is there anything I can do to at least disable this feature of cursor cell resizing? That would prevent me from accidentally offsetting cell dimensions and would help me keep all tables consistent.
Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions