# Editor Plugin Table

Table plugin for @atlaskit/editor-core

**Note:** This component is designed for internal Atlassian development.
External contributors will be able to use this component but will not be able to submit issues.

## Overview

The Table plugin provides comprehensive table editing and management capabilities for the Atlassian Editor. It integrates with `@atlaskit/editor-core` to enable rich table creation, manipulation, and rendering with advanced features like column resizing, row/column operations, and cell selection.

## Key features

- **Table creation and insertion** - Create and insert tables with configurable dimensions
- **Row and column operations** - Insert, delete, and merge rows and columns
- **Cell selection and manipulation** - Select cells, clear contents, and manage cell attributes
- **Column resizing** - Resize table columns with visual feedback and drag handles
- **Table layout options** - Toggle between different table layouts and display modes
- **Header support** - Configure header rows and columns with formatting options
- **Drag and drop** - Reorder rows and columns with intuitive drag-and-drop controls
- **Table analytics** - Track table interactions and performance metrics
- **Sticky headers** - Keep table headers visible when scrolling
- **Nested tables** - Support for tables nested within table cells

## Install
---
- **Install** - *yarn add @atlaskit/editor-plugin-table*
- **npm** - [@atlaskit/editor-plugin-table](https://www.npmjs.com/package/@atlaskit/editor-plugin-table)
- **Source** - [Bitbucket](https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/editor/editor-plugin-table)
- **Bundle** - [unpkg.com](https://unpkg.com/@atlaskit/editor-plugin-table/dist/)

## Usage
---
**Internal use only**

@atlaskit/editor-plugin-table is intended for internal use by the @atlaskit/editor-core and as a plugin dependency of the Editor within your product.

Direct use of this component is not supported.

Please see [Atlaskit - Editor plugin table](https://atlaskit.atlassian.com/packages/editor/editor-plugin-table) for documentation and examples for this package.

## Support
---
For internal Atlassian, visit the slack channel [#help-editor](https://atlassian.slack.com/archives/CFG3PSQ9E) for support or visit [go/editor-help](https://go/editor-help) to submit a bug.

## License
---
Please see [Atlassian Frontend - License](https://hello.atlassian.net/wiki/spaces/AF/pages/2589099144/Documentation#License) for more licensing information.