Column: {
    field: string;
    fixed?: "left" | "right";
    title?: string;
    width?: number;
}

Type declaration

  • field: string

    Description

    Column field

  • Optional fixed?: "left" | "right"

    Description

    Make column - fixed left or right

  • Optional title?: string

    Description

    Column title for header

  • Optional width?: number

    Description

    Column width

Description

An object defining how to render column

Generated using TypeDoc