Skip to content

Table

The Table extension allows you to add tables to your editor.

Usage

tsx
import { Table } from 'reactjs-tiptap-editor/table'; 

const extensions = [
  ...,
  // Import Extensions Here
  Table 
];

Source

SourceDocs

Contributors

Changelog

Pending for release...
1ba77 - fix: linting errors
3ad27 - feat: add table, row, and cell borders for improved layout clarit

Made with ❤️