table
table copied to clipboard
Table constructor for Editor.js
This way it has a `data-item-name `on the `.ce-popover-item` and `.tc-popover__item` to identify the name of the setting, which follows the structure of the default settings of editor.js (like Move...
Noticed that the config parameter `withHeadings` was not properly working. More precisely: ``` table: { class: Table, inlineToolbar: true, config: { withHeadings: true } } ``` was not creating an...
How can I add a Caption field to a table component?
Adding a simple caption. fixed alignment , font-size
Table can support column drag and drop, this feature will be great when added
The List tool doesn't seem to support inline toolbar
https://github.com/editor-js/table/assets/25119847/97a4dc14-cf54-47d2-8795-58a1afdbfd8e # feature request It would be really nice that a table copy paste transforms into table in editor js. For now a copy paste of excel cells creates an...
here is my code to reset data, it will replace the old data: ```javascript const resetData = async (id:string) => { try { await editor.isReady; console.log('Editor.js is ready to work!')...
Settings withHeadings: true in config wasn't updating the default when new tables were created and I believe its due to being hard coded false.
I am working on a project where we require empty rows to be saved. It looks like the existing code doesn't support this.