@helix-x/datagrid-ui - v0.1.2
    Preparing search index...

    Interface GridOverlayProps

    Props for GridOverlay.

    interface GridOverlayProps {
        kind: "error" | "loading" | "empty";
        message?: ReactNode;
    }
    Index
    kind: "error" | "loading" | "empty"

    Which state to show.

    message?: ReactNode

    Message body. Falls back to a default per kind.