category: api-reference
CKEditor 5 table feature

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/tablecellproperties~TableCellProperties}
- {@link module:table/tableselection~TableSelection}
- {@link module:table/tableclipboard~TableClipboard}
- {@link module:table/tableutils~TableUtils}
Installation
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