table icon indicating copy to clipboard operation
table copied to clipboard

Table rowspan and colspan

Open aayush722 opened this issue 5 years ago • 15 comments

Need property for rowspan and colspan in tables.

aayush722 avatar Jun 10 '20 10:06 aayush722

+1

HoangKimDuc avatar Jul 01 '20 07:07 HoangKimDuc

The structure of table blocks is very hard to support rowspan and colspan because it is just a simple two dimension array.

qqqays avatar Sep 04 '20 09:09 qqqays

Table is commonly used blocks. Full featured table support can make good first impression for new comers.

mhmttosun avatar Jun 03 '21 20:06 mhmttosun

++

Intaria avatar Sep 25 '22 13:09 Intaria

+1

pimjansen avatar Nov 16 '22 09:11 pimjansen

+1

andreehultgren avatar Dec 06 '22 10:12 andreehultgren

The structure of table blocks is very hard to support rowspan and colspan because it is just a simple two dimension array.

{
  "type" : "table",
  "data" : {
    "withHeadings": true,
    "rows" : [ 
      [
        {
          "colspan": 2,
          "content": "text",
        }, 
        {
          "content": "text",
        }
      ],
      [
        {
          "content": "text",
        },
        {
          "content": "text",
        },
        {
          "content": "text",
        }
      ],
    ]
  }
}

Intaria avatar Apr 09 '23 07:04 Intaria

Dear developers,

is there any chance for a solution to edit and render merged cells in a table, so called rowspan or colspan?

I like editor-js very much, but this feature is really missing.

Thank you!

andoro avatar Apr 24 '23 18:04 andoro

+1

Timur00Kh avatar Aug 30 '23 15:08 Timur00Kh

+1

kobi-s avatar Jan 08 '24 09:01 kobi-s

+1

Screamson avatar Jan 28 '24 17:01 Screamson

+1

skiryuk avatar Jul 08 '24 14:07 skiryuk

+1

aarong1 avatar Aug 20 '24 16:08 aarong1

+1

sureshcraftyouridea avatar Sep 25 '24 14:09 sureshcraftyouridea