Interface IColumn

column base interface

interface IColumn {
    frozen: boolean;
    id: string;
    index: number;
    width: number;
}

Properties

Properties

frozen: boolean

boolean flag whether when scrolling the column should be sticky

id: string
index: number
width: number