I'm having some trouble with my pagination.
I'm having two tables with data from a database and I paginated it with laravel Paginator.
Now my problem is when you go to, for example, page 2 it adds ?page=2 but that makes the first table go to page 2 too.
Is there anyway to get something like this ?
page_table1={number}&page_table2={number}
so you don't apply the page change on other tables.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…