# TableEditor

**Kind:** Component

**Source:** [`atloria-monorepo/packages/editor/src/plugins/table/TableEditor.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/plugins/table/TableEditor.tsx#L76)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `mdastNode` | `any` | ✓ | - |
| `parentEditor` | `any` | ✓ | - |
| `lexicalTable` | `any` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_TableEditor_6c312391["TableEditor"]
    class component_TableEditor_6c312391 rootComponent
```

## Relationships

- RENDERS → `ColumnEditor`
- RENDERS → `CellElement`
- RENDERS → `RowEditor`
- RENDERS → `Cell`
- USES_HOOK → `useState`
- USES_HOOK → `useCellValues`
- USES_HOOK → `useMemo`
- USES_HOOK → `useCallback`
- USES_HOOK → `useEffect`
- USES_HOOK → `useTranslation`
