table
table copied to clipboard
Table constructor for Editor.js
Hi Editor js team, Thanks again for your amazing work. Do you know a way to reorder tables rows with drag and drop, or with context menu "move up /...
I'm going to call this a feature request, but some of our users have described the current table paste formatting as a bug. **Current Handling of Pasting Into Tables:** Right...
Hi, i appreciate your library. It's a big help for me. But something goes wrong with using current version of Editor.js(ver 2.27.2). **Issue** When I insert line break in table...
is there anyway to select multiple cells and merge them together ?
Setting the withHeadings config to true or false still brings withHeadings property to be false always ``` const editorjs = new EditorJS({ holder: 'editorjs', tools: { header: { class: Header,...
Hi guys, thanks for the awesome tool! I noticed in a recent project that Google Firestore doesn't allow storage of nested arrays, so any documents that include table blocks get...
Inside a table cell, I press shift + enter to create a new line. It displays fine. However in JSON, the new line is not saved, therefore not printed. Any...
Need property for rowspan and colspan in tables.
In my case, I required empty rows to be saved so I made this optional.
If we enabled the inlineToolbar in table plugin, the tags were removed from the outcome HTML. (It works fine while inlineToolbar is disabled)