Preparing search index...
    interface TableFilterData {
        applyText: string;
        cancelText: string;
        component: ComponentType<any>;
        footerRenderer?: () => ReactNode;
        type: "Input" | "DatePicker" | "Select" | "Custom";
    }
    Index

    Properties

    applyText: string
    cancelText: string
    component: ComponentType<any>
    footerRenderer?: () => ReactNode
    type: "Input" | "DatePicker" | "Select" | "Custom"