Enode — API Reference
    Preparing search index...
    • Standard empty state for a data table that has loaded fine but has no rows yet (a genuinely empty collection — NOT a filtered-to-nothing view, which should keep a plain "no matches" message).

      The ghost-table background and the frosted card are fixed; only icon, title, description and the CTAs change per table, so all empty tables share one look.

      Parameters

      • icon: {
            action?: ReactNode;
            children?: ReactNode;
            className?: string;
            description?: ReactNode;
            icon?: ReactNode;
            secondaryAction?: ReactNode;
            title: string;
        }

        Glyph shown above the title in the card (e.g. a tinted icon tile). Optional.

      Returns Element

      Purely presentational — no data fetching or side effects. Distinct from RequireData, which gates loading / error / missing-reference-data.