react-base-table icon indicating copy to clipboard operation
react-base-table copied to clipboard

How to scroll to row after loading data in Infinite Loading?

Open ikshitchavda opened this issue 2 years ago • 0 comments

tableRef.current.scrollToTop(transactionOffsetTopPosition)

I already use this method [scrollToPosition, scrollToRow]. This method works only in normal scenarios but not working in infinite loading. Is there any way to do that?

ikshitchavda avatar Dec 07 '22 19:12 ikshitchavda