---
title: "Adding table support to Tiptap"
description: "Learn how to create a text editor supporting tables in Tiptap with a quick code example. More in our docs!"
canonical_url: "https://tiptap.dev/docs/examples/basics/tables"
---

# Adding table support to Tiptap

Learn how to create a text editor supporting tables in Tiptap with a quick code example. More in our docs!

HTML tables are a common way to display data. This example shows you how to create a text editor supporting tables using Tiptap.

> **Interactive demo:** [Tables](https://embed.tiptap.dev/preview/Examples/Tables)
