• Format an entire slice of data for the table viewport.

    Type Parameters

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

    Parameters

    • data: T[]
    • startIndex: number
    • endIndex: number
    • columnVisibility: { score: boolean; chapters: boolean; volumes: boolean; lastRead: boolean }

    Returns PreparedTableRow<T>[]