table icon indicating copy to clipboard operation
table copied to clipboard

Table withHeadings config not working

Open raffaelbaer opened this issue 2 years ago • 7 comments

Setting the withHeadings config to true or false still brings withHeadings property to be false always

const editorjs = new EditorJS({
      holder: 'editorjs',
      tools: {
        header: {
          class: Header,
          inlineToolbar: true,
        },
        list: {
          class: List,
          inlineToolbar: true,
          config: {
            defaultStyle: 'unordered',
          },
        },
        table: {
          class: Table,
          inlineToolbar: true,
          config: {
            rows: 2,
            cols: 3,
            withHeadings: true,
          },
        },
      },
      //data: editorjsdata,
    });

raffaelbaer avatar Nov 17 '23 14:11 raffaelbaer

is there any development on this issue?

Kundan1804 avatar Nov 26 '23 20:11 Kundan1804

I have same problem

zhangze-github avatar Dec 22 '23 08:12 zhangze-github

same

unbat avatar Jan 11 '24 09:01 unbat

same

ziyoulihen avatar Jan 30 '24 02:01 ziyoulihen

I am also getting the same problem

Muskansahu123 avatar Mar 04 '24 08:03 Muskansahu123

same here any resolution?

KaTsunChan avatar May 22 '24 20:05 KaTsunChan

Same

gtm19 avatar Oct 10 '24 15:10 gtm19