You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've implemented the TipTap editor with djangocms_text however the ability to add or remove rows or columns is not available to the user. Currently a 3x3 table is created by default but the user doesn't have the ability to change the table. The documentation doesn't indicate whether there are additional settings that need to be made either. I've followed the installation instructions and am able to edit text, it is just the table functionality that is an issue.
The text was updated successfully, but these errors were encountered:
Currently, there is no editing functionality for tables. The Tiptap table plugin is installed by default (but does not have a user interface), so that existing tables can be shown in the editor. You cannot, however, edit them in a meaningful way.
I've implemented the TipTap editor with djangocms_text however the ability to add or remove rows or columns is not available to the user. Currently a 3x3 table is created by default but the user doesn't have the ability to change the table. The documentation doesn't indicate whether there are additional settings that need to be made either. I've followed the installation instructions and am able to edit text, it is just the table functionality that is an issue.
The text was updated successfully, but these errors were encountered: