-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Table type toggling feature #18135
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 type toggling feature #18135
Conversation
packages/ckeditor5-table/src/tablelayout/commands/tabletypecommand.ts
Outdated
Show resolved
Hide resolved
packages/ckeditor5-table/tests/tablelayout/commands/tabletypecommand.js
Outdated
Show resolved
Hide resolved
packages/ckeditor5-table/tests/tablelayout/commands/tabletypecommand.js
Outdated
Show resolved
Hide resolved
…ommand.js Co-authored-by: Kuba Niegowski <1232187+niegowski@users.noreply.github.com>
…ommand.js Co-authored-by: Kuba Niegowski <1232187+niegowski@users.noreply.github.com>
Co-authored-by: Kuba Niegowski <1232187+niegowski@users.noreply.github.com>
Co-authored-by: Kuba Niegowski <1232187+niegowski@users.noreply.github.com>
Co-authored-by: Kuba Niegowski <1232187+niegowski@users.noreply.github.com>
Co-authored-by: Kuba Niegowski <1232187+niegowski@users.noreply.github.com>
Specific glitch: if there is nothing above the table in the demo and the The table toolbar works fine. The main editor toolbar button works fine, if there is anything above the table in the demo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Suggested merge commit message (convention)
Feature (table): Add ability to change table type to the layout table using balloon toolbar. Closes #18131
Additional information
Parent PR #18109