# ColumnEditor

**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#L490)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `parentEditor` | `any` | ✓ | - |
| `highlightedCoordinates` | `any` | ✓ | - |
| `align` | `any` | ✓ | - |
| `lexicalTable` | `any` | ✓ | - |
| `colIndex` | `any` | ✓ | - |
| `setActiveCellWithBoundaries` | `any` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_ColumnEditor_594d93["ColumnEditor"]
    class component_ColumnEditor_594d93 rootComponent
```

## Relationships

- RENDERS → `RadixPopover-Root`
- RENDERS → `RadixPopover-PopoverTrigger`
- RENDERS → `RadixPopover-Portal`
- RENDERS → `RadixPopover-PopoverContent`
- RENDERS → `RadixToolbar-Root`
- RENDERS → `RadixToolbar-ToggleGroup`
- RENDERS → `RadixToolbar-ToggleItem`
- RENDERS → `RadixToolbar-Separator`
- RENDERS → `RadixToolbar-Button`
- RENDERS → `RadixPopover-Arrow`
- USES_HOOK → `useCellValues`
- USES_HOOK → `useCallback`
- USES_HOOK → `useTranslation`

## Referenced By

- `TableEditor` (RENDERS)
