docs: add content to table pages

This commit is contained in:
Hans Pagel
2021-01-25 12:04:08 +01:00
parent 2bfe2f009f
commit 126894d9d1
6 changed files with 118 additions and 19 deletions

View File

@@ -129,7 +129,7 @@ export const Table = Node.create({
return splitCell(state, dispatch)
},
setCellAttributes: ({ name, value }: { name: string, value: any }): Command => ({ state, dispatch }) => {
setCellAttribute: (name: string, value: any): Command => ({ state, dispatch }) => {
return setCellAttr(name, value)(state, dispatch)
},
goToNextCell: (): Command => ({ state, dispatch }) => {