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

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. ![image](https://user-images.githubusercontent.com/377556/69642652-1c9efe80-1088-11ea-93d8-053c0470f1e4.png)

When i create this ![image](https://user-images.githubusercontent.com/20506046/57937581-7e570280-78c6-11e9-9dda-70bd7d6ee747.png) This is the output ![image](https://user-images.githubusercontent.com/20506046/57937564-74350400-78c6-11e9-818b-0041fcaac1cf.png) Would be nice to get clean data, not divs with classes etc in the output. Like on the Editor.js site...

bug

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

good first issue

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

dependencies

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