table icon indicating copy to clipboard operation
table copied to clipboard

Table constructor for Editor.js

Results 67 table issues
Sort by recently updated
recently updated
newest added

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...

almost done

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,...

good first issue

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...