# IDataTableColumn

Options that can be passed to a date picker field

## Definition

```tsx
interface IDataTableColumn {
    title: string | ITitleFunc,
    width: string,
    renderColumn: (item: any) => JSX.Element
}
```

## Usage

```tsx
import { IDataTableColumn } from 'uxp/components';
```

## Related Types

* [ITitleFunc](https://help.iviva.com/uxp/v5/additional-resources/types/ititlefunc)
