editor-js / table

Table constructor for Editor.js
MIT License
127 stars 139 forks source link

Table withHeadings config not working #141

Open raffaelbaer opened 1 year ago

raffaelbaer commented 1 year ago

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,
    });
Kundan1804 commented 1 year ago

is there any development on this issue?

zhangze-github commented 11 months ago

I have same problem

unbat commented 10 months ago

same

ziyoulihen commented 10 months ago

same

Muskansahu123 commented 9 months ago

I am also getting the same problem

KaTsunChan commented 6 months ago

same here any resolution?

gtm19 commented 1 month ago

Same