Hello Ariisan,
I have a long list of users viewing UI. I have use eloquent pagination for viewing each block 8 users. Problem is that, while I click on 'load more' it fetch 4 records then If i visit any users and return BACK by browser PREVIOUS BUTTOn , it does not stay on same position. It return to first page withou loading previous data.
If i visit any users and return BACK by browser PREVIOUS BUTTOn , it does not stay on same position. It return to first page withou loading previous data.
@md_imran Yes. This is one of the reasons to avoid “infinite scrolling”. It’s awful from a UX point of view.