BB
Size: a a a
BB
И
ᅠ
꧁岡
И
И
П
P
{
patients.map((patient,index)=>{
return (
<PatientTableRowContainer key={patient.id}
{...{ patient, index, style, canReadOnly, position, updateDatepickerPosition, updateByDiff }}
/>
)
})
}
<List
ref={ref}
outerRef={outerRef}
style={{ width: "100%" }}
height={patients.length * 100}
itemCount={patients.length}
onScroll={onScroll}
itemSize={100}
width={"100%"}
>
{({ index, style }: { index: number, style: any }) => (
<PatientTableRowContainer key={patients[index].id}
{...{ patient: patients[index], index, style, canReadOnly, position, updateDatepickerPosition, updateByDiff }}
/>
)
}
</List>
D
И
꧁岡
BB
꧁岡
П
BB
D
S
꧁岡
꧁岡
أИ