Interface ResponseColumn

interface ResponseColumn {
    align: string;
    dataIndex: string;
    editable: boolean;
    header: string;
    hidden: boolean;
    required: boolean;
    scale: number;
    sortable: boolean;
    width: number;
}

Properties

align: string
dataIndex: string
editable: boolean
header: string
hidden: boolean
required: boolean
scale: number
sortable: boolean
width: number

Generated using TypeDoc