table
table copied to clipboard
Table constructor for Editor.js
Hi, When using an URL in a text of a column, it is not parsed correctly. Just see as a result a plain string of text.
Please guide how to add conversion tool inside the table text editor just like below. 
When i create this  This is the output  Would be nice to get clean data, not divs with classes etc in the output. Like on the Editor.js site...
This patch adds types that are automatically generated by the jsdoc comments. This are not perfect types, but a pragmatic way to solves the current types issue for the moment.
In package.json the dependency eslint-config-codex is used with the version "github:codex-team/eslint-config". https://github.com/editor-js/table/blob/master/package.json#L39 Because of this a old version is used that depends on an old version of jslint-plugin-jsdoc. This old...
hi editorjs team, Looks like in some contexts (fixed popups), just the "+" buttons doesn't work. How can we solve that ? We tried to set a "holder" wrapper unique...
It would be useful to have a config param to limit the max number of columns. This could be useful on platform where there are user-generated contents to prevent the...
## Problem [https://github.com/editor-js/table/issues/157](url) ## Solution - added icons for new tune - added a tune to stretch the table using the api method - added tune into toolbox resolves #157
- Updated package.json version from 2.4.1 to 2.4.2. - Added maxRows and maxCols features to limit the number of rows and columns. - Updated README.md to reflect the new features...
##Problem For now table could not be stretched to full width of the display ## Solution Add tool settings that will allow stretching of the table tool to the full...