platform-bible-react
    Preparing search index...

    Function TableRow

    • Table components provide a responsive table. These components are built and styled with Shadcn UI.

      Parameters

      • __namedParameters: ClassAttributes<HTMLTableRowElement> & HTMLAttributes<HTMLTableRowElement> & {
            ref?: Ref<HTMLTableRowElement>;
            setFocusAlsoRunsSelect?: boolean;
        }

      Returns Element