Problem/Motivation
The CKEditor 5 table implementation currently lacks several key plugins, including:
- Table Properties (ckeditor5_table_properties)
- Table Cell Properties (ckeditor5_table_cell_properties)
- Cell Merging (ckeditor5_table)
- Column Management (ckeditor5_table)
- Row Management (ckeditor5_table)
Varbase CKEditor

CKEditor-5 DEMO

Steps to reproduce
- Fresh varbase install
- Check the rich text field
Proposed resolution
1- Have a better fix for both Tables and Resize Image at the same time
2- Add the following styles for tables
table.table.table-striped|Table Striped
table.table.table-hover|Table hover
table.table.table-bordered|Table Bordered
Projects can add more of these Table styles to match any of Table variants in this Varbase Storybook link
https://storybook.demo.varbase.vardot.com/?path=/docs/molecules-table--docs
Bootstrap Documentation on Tables
- Overview
- Variants
- Accented tables
- Striped rows
- Striped columns
- Hoverable rows
- Active tables
- How do the variants and accented tables work?
- Table borders
- Bordered tables
- Tables without borders
- Small tables
- Table group dividers
- Vertical alignment
- Nesting
- Table head
- Table foot
- Captions
- Responsive tables
- Breakpoint specific
Remaining tasks
- ✅ File an issue about this project
- ✅ Addition/Change/Update/Fix to this project
- ✅ Testing to ensure no regression
- ➖ Automated unit/functional testing coverage
- ➖ Developer Documentation support on feature change/addition
- ➖ User Guide Documentation support on feature change/addition
- ➖ UX/UI designer responsibilities
- ➖ Accessibility and Readability
- ✅ Code review from 1 Varbase core team member
- ✅ Full testing and approval
- ✅ Credit contributors
- ✅ Review with the product owner
- ✅ Update Release Notes and Update Helper on new feature change/addition
- ❌ Release varbase-10.1.1, varbase_editor-10.1.1, varbase-10.0.9, varbase_editor-10.0.20
Varbase update type
- ✅ No Update
- ➖ Optional Update
- ➖ Forced Update
- ➖ Forced Update if Unchanged
User interface changes
After the fix:
API changes
- N/A
Data model changes
- N/A
Release notes snippet
- fix: #3523080 Hidden CKEditor 5 table configuration options By: ahmad khader
Issue fork varbase_editor-3523080
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments
Comment #4
ahmad khader commentedThis patch addresses issues with plugins related to ckeditor5_table. However, as previously discussed with @rajab, the ckeditor5_table_cell_properties and ckeditor5_table_properties plugins are incompatible with the allowed HTML filter. This incompatibility stems from the core filter's restriction on the 'style' attribute, which is implemented within the allowed HTML configuration to mitigate potential cross-site scripting vulnerabilities.
Comment #5
rajab natshahComment #6
rajab natshahComment #7
rajab natshahComment #8
rajab natshahComment #13
rajab natshahComment #14
rajab natshahComment #16
rajab natshah✅ Released varbase_editor-10.0.20
Comment #17
rajab natshah✅ Released varbase_editor-10.1.1
Comment #18
rajab natshahComment #19
rajab natshahComment #20
rajab natshah✅ Released varbase-10.0.9