react-base-table
react-base-table copied to clipboard
How to scroll to row after loading data in Infinite Loading?
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?