IDataTableColumn
Options that can be passed to a date picker field
interface IDataTableColumn {
    title: string | ITitleFunc,
    width: string,
    renderColumn: (item: any) => JSX.Element
}Usage
import {IDataTableColumn} from 'uxp/components';Last updated
