diff --git a/examples/react/virtualized-infinite-scrolling/src/main.tsx b/examples/react/virtualized-infinite-scrolling/src/main.tsx index 34d0025d00..2042e8e38e 100644 --- a/examples/react/virtualized-infinite-scrolling/src/main.tsx +++ b/examples/react/virtualized-infinite-scrolling/src/main.tsx @@ -184,7 +184,7 @@ function App() { ({flatData.length} of {totalDBRowCount} rows fetched)
fetchMoreOnBottomReached(e.target as HTMLDivElement)} + onScroll={e => fetchMoreOnBottomReached(e.currentTarget)} ref={tableContainerRef} style={{ overflow: 'auto', //our scrollable table container