UMD Web Elements Library
    Preparing search index...

    Variable stickyColumnsConst

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

    Type Declaration

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

        • element: TypeStickyProps

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