mui-datatable-delight
    Preparing search index...

    Interface DataTableSortOrderOption

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

    Properties

    Properties

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