Hex Core JS
    Preparing search index...

    Type Alias UseTableSortingOptions<T>

    type UseTableSortingOptions<T extends Record<any, any>> = {
        initialSortColumn?: keyof T | null;
        initialSortIsAsc?: boolean;
    }

    Type Parameters

    • T extends Record<any, any>
    Index

    Properties

    initialSortColumn?: keyof T | null
    initialSortIsAsc?: boolean