table
table copied to clipboard
Table constructor for Editor.js
For example toggling "with/without" headers emits a change event, as do other settings. Toggling the "stretch" parameter doesn't trigger a change event, but its value is changed after any other...
Currently, the column toolbox items are static options:
## Problem For now we can't see headings (if ones are specified), when we scroll down to the table contents ## Solution Use ```css position: sticky ``` for headings to...
In the documentation, the configuration options are defined as `maxRows` and `maxCols`, which should control the maximum number of rows and columns in the table. ## Config Params | Field...
When compiling a project that uses @editor-js/table with typescript, I get the following error: ``` assets/node_modules/@editorjs/table/dist/plugin.d.ts:70:48 - error TS2339: Property 'block' does not exist on type 'TableConstructor'. 70 constructor({ data,...
It appears that when I have some paragraphs below the table and I try to delete the row, it is impossible due to the fact the delete button appears what...