UMD Web Elements Library
    Preparing search index...

    Variable stickyColumnsConst

    stickyColumns: (
        props: TypeStickyProps,
    ) => {
        element: HTMLElement;
        events: {
            setPosition: (__namedParameters: { value: string | null }) => void;
        };
        styles: string;
    } = CreateStickyColumnsElement

    Type Declaration

      • (
            props: TypeStickyProps,
        ): {
            element: HTMLElement;
            events: {
                setPosition: (__namedParameters: { value: string | null }) => void;
            };
            styles: string;
        }
      • Parameters

        • props: TypeStickyProps

        Returns {
            element: HTMLElement;
            events: {
                setPosition: (__namedParameters: { value: string | null }) => void;
            };
            styles: string;
        }