tiptap/docs/api/nodes/table-cell.md
2021-10-14 21:20:21 +02:00

1.1 KiB
Raw Blame History

description icon
Its useless without all its other table friends: the table cell. table-line

TableCell

Version Downloads

Dont try to use tables without table cells. It wont be fun.

Installation

# with npm
npm install @tiptap/extension-table @tiptap/extension-table-row @tiptap/extension-table-header @tiptap/extension-table-cell

# with Yarn
yarn add @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/

Usage