mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-04 19:59:02 +08:00
980 B
980 B
description | icon |
---|---|
It’s useless without all its other table friends: the table cell. | checkbox-blank-line |
TableCell
Don’t try to use tables without table cells. It won’t be fun.
Installation
npm install @tiptap/extension-table @tiptap/extension-table-row @tiptap/extension-table-header @tiptap/extension-table-cell
This extension requires the Table
, TableRow
and TableHeader
nodes.
Source code
packages/extension-table-cell/