Найдите следующее определение реагирующей виртуализированной таблицы, но здесь обратный вызов noRecordsRender не срабатывает во второй раз в палатах.
<Table noRowsRenderer={() => "No Records To Render"}
style={{ width: width, overflow: 'auto visible' }}
rowCount={rowCount}
rowGetter={({ index }) => sortedList[index]}
sortDirection={sortDirection}>`