I am trying to implement infinite scrolling and pulling data with prisma / trpc 10 using useInfiniteQuery
but I have no way of detecting where the scroll bar is, I tried the ref, but it doesnt return ref of a div container where the scroll Y is only DataSheetGridRef.
I am trying to implement infinite scrolling and pulling data with prisma / trpc 10 using useInfiniteQuery
but I have no way of detecting where the scroll bar is, I tried the ref, but it doesnt return ref of a div container where the scroll Y is only DataSheetGridRef.