tiptap/docs/api/nodes/table-row.md
2021-09-16 14:41:25 +02:00

1016 B
Raw Blame History

TableRow

Version Downloads

Whats a table without rows? Add this extension to make your tables usable.

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, TableHeader and TableCell nodes.

Source code

packages/extension-table-row/

Usage