<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/react](./react.md) &gt; [ColumnRenderFunction](./react.columnrenderfunction.md)

## ColumnRenderFunction type

<b>Signature:</b>

```typescript
export type ColumnRenderFunction = (item?: any, index?: number, column?: IColumn) => any;
```
