Table
The Table extension allows you to add tables to your editor.
- Based on TipTap's table extension. @tiptap/extension-table
Usage
tsx
import { Table } from 'reactjs-tiptap-editor/extension-bundle';
const extensions = [
...,
// Import Extensions Here
Table
];