RobPethick / react-custom-scrollbars-2

MIT License
145 stars 56 forks source link

How to handle lazy loading on table #16

Open MisterFredy opened 3 years ago

MisterFredy commented 3 years ago

I have question how to handle go to last scroll position?how to get last scroll position also. because i want to create lazy loading on table

RobPethick commented 3 years ago

Hi, for now you can get the ref for the scrollbars container and then use the normal native scroll access functions?