> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# TapTableColumnDef

> One column of a TapTable.

One column of a `TapTable`.

## Type Parameters

### T

`T`

## Properties

### align?

```ts theme={null}
optional align?: "start" | "end";
```

`end` right-aligns the column and gives it tabular figures.

***

### key

```ts theme={null}
key: string;
```

The key read from each row when there is no `render`.

***

### label

```ts theme={null}
label: string;
```

## Methods

### render()?

```ts theme={null}
optional render(row): ReactNode;
```

Draws the cell. Without it the cell shows the row's own string or number.

#### Parameters

##### row

`T`

#### Returns

`ReactNode`
