Multiple small tables on a single page, each with some form of pagination?
After a lot of searching and trying to figure out how to best do this, I've found that pagination in laravel gets really finicky with more than one table.
Also, I was told that it would be probably good to be able to use server fetched partials as shown in here: https://laracasts.com/series/javascript-techniques-for-server-side-developers/episodes/1
and also to maybe try to keep the frame for the tables uniform, as in able to be applied to each of them, despite the different contents.
From what I understand this would either require me to make the pagination but with partials or find what the amalgam should look like if it is possible. Which is honestly a bit much for me still.
If there's any ideas, examples or direction you could give, I'd be grateful. Maybe there's a separate type of pagination or solution for situations like these.