Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table withHeadings config not working #141

Open
raffaelbaer opened this issue Nov 17, 2023 · 7 comments
Open

Table withHeadings config not working #141

raffaelbaer opened this issue Nov 17, 2023 · 7 comments

Comments

@raffaelbaer
Copy link

raffaelbaer commented Nov 17, 2023

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
Copy link

is there any development on this issue?

@zhangze-github
Copy link

I have same problem

@unbat
Copy link

unbat commented Jan 11, 2024

same

1 similar comment
@ziyoulihen
Copy link

same

@Muskansahu123
Copy link

I am also getting the same problem

@KaTsunChan
Copy link

same here any resolution?

@gtm19
Copy link

gtm19 commented Oct 10, 2024

Same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants