# $createTableNode

**Kind:** Function

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

## Signature

```ts
function $createTableNode(mdastNode: Mdast.Table): TableNode
```

## Parameters

| Name | Type |
|---|---|
| `mdastNode` | `Mdast.Table` |

**Returns:** `TableNode`
