• Format a single manga item into a prepared table row used by the virtualized table. This mirrors the logic used in both the worker and UI fallback to keep output consistent across execution contexts.

    Type Parameters

    • T extends { title: string; status: string }

    Parameters

    • item: T
    • columnVisibility: { score: boolean; chapters: boolean; volumes: boolean; lastRead: boolean }

    Returns PreparedTableRow<T>