From 0eaaafc5ecd417b69f5cc2b8d4109a7233a8a5dd Mon Sep 17 00:00:00 2001 From: Ofir Levitan Date: Mon, 19 Aug 2024 10:23:22 +0300 Subject: [PATCH] Update main.tsx --- examples/react/virtualized-infinite-scrolling/src/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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