Interface DataTableSortOrderOption

interface DataTableSortOrderOption {
    direction: "none" | "desc" | "asc";
    name: string;
}

Properties

Properties

direction: "none" | "desc" | "asc"
name: string