editor-js / editor-js/table

Table withHeadings config not working

Open
#141 7 comments 2 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
146
Forks
162
Avg merge
5m
Merged PRs (30d)
1

Description

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,
});
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.