Open raffaelbaer opened 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, });
is there any development on this issue?
I have same problem
same
I am also getting the same problem
same here any resolution?
Same
Setting the withHeadings config to true or false still brings withHeadings property to be false always