TableProperties - Align Block Left
Add the alignBlockLeft Feature (same as with images) to the table properties. Currently only align left with text on the right is possible.
What is the expected behavior of the proposed feature? Same Behavior as AlignBlockLeft for Images
If you'd like to see this feature implemented, add a 👍 reaction to this post.
Would probably part of #3225.
Just a quick update regarding this request.
Starting from CKEditor 5 v47.3.0, new experimental table block-alignment options are available. These options introduce left and right table alignment without text wrapping, effectively covering the main needs described in this issue.
To try them out:
- Enable:
config.experimentalFlags.useExtendedTableBlockAlignment - Load the experimental UI plugins:
TablePropertiesUIExperimentalandTableCellPropertiesUIExperimental
Details: https://ckeditor.com/docs/ckeditor5/latest/updating/guides/update-to-47.html#new-experimental-options
These improvements resolve the table-style limitations mentioned here (and other issues). The new behavior is planned to become the default in version 48.0.0 (~April).