Interface ISortCriteria

interface ISortCriteria {
    asc: boolean;
    col: Column;
}

Properties

Properties

asc: boolean
col: Column