META UI Components
    Preparing search index...

    Interface IMeTableHeadProps

    interface IMeTableHeadProps {
        filterName?: string;
        hiddenColumns: string[];
        isActive?: boolean;
        setFilterName?: (value: string) => void;
        setIsActive?: (value: boolean) => void;
    }
    Index

    Properties

    filterName?: string

    Поле сортировки

    hiddenColumns: string[]

    Плагин "Скрытие колонок" По умолчанию включен

    isActive?: boolean

    Передача положения сортировки

    setFilterName?: (value: string) => void

    Изменение поля сортировки

    setIsActive?: (value: boolean) => void

    Изменение положения сортировки