---
category: api-reference
---

# CKEditor 5 table feature

[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-table.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-table)

This package implements the table feature for CKEditor 5.

## Demo

Check out the {@link features/table#demos demos in the table feature guide}.

## Documentation

See the {@link features/table table feature guide} and the documentation for the following plugins:

* {@link module:table/table~Table}
* {@link module:table/tabletoolbar~TableToolbar}
* {@link module:table/tableproperties~TableProperties}
* {@link module:table/tablecaption~TableCaption}
* {@link module:table/tablecellproperties~TableCellProperties}
* {@link module:table/tableselection~TableSelection}
* {@link module:table/tableclipboard~TableClipboard}
* {@link module:table/tableutils~TableUtils}

## Installation

```bash
npm install --save @ckeditor/ckeditor5-table
```

## Contribute

The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-table.

## External links

* [`@ckeditor/ckeditor5-table` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-table)
* [`ckeditor/ckeditor5-table` on GitHub](https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-table)
* [Issue tracker](https://github.com/ckeditor/ckeditor5/issues)
* [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
