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

[Home](./index.md) &gt; [@datashaper/react](./react.md) &gt; [ColumnSelectFunction](./react.columnselectfunction.md)

## ColumnSelectFunction type

<b>Signature:</b>

```typescript
export type ColumnSelectFunction = (evt?: React.MouseEvent<HTMLElement>, column?: IColumn | undefined) => void;
```
