Interface DashTableColSorting

interface DashTableColSorting {
    asc: boolean;
    col: null | number;
}

Properties

Properties

asc: boolean
col: null | number

Generated using TypeDoc