{
cache.clear(index);
ListRef.recomputeRowHeights(index);
}}
// to handle expansion of js objects.
onClick={() => {
this.onRowClicked(index);
}}
style={styleClone}
className={wrapperClasses}
key={key}
>
{isOutOfOrder &&
}
{formatYYYYMMDDHHMMSS(new Date(log.logTimestamp))}
{log.parsedLogArgs.map((arg: any, i: number) => {
if (typeof arg === "object") {
return (
);
}
return this.getLogContent(arg, i);
})}
{
this.openClient(row?.name, viewId);
}}
>
{log.logClientName}
);
return (