<>
        {Array.from({ length: 10 }, (_, i) => (
            <GenericTableLoadingRow key={i} cols={headerCells} />
        ))}
    </>