Manage $page variable to work individually for each individual listing with pagination

What seems to be the problem: All pagination on a page working together.

Steps to Reproduce: Fetch records from two different tables and display individually with pagination. Both listing pagination will work at same time.

Are you using the latest version of Livewire: Yes

Are you rendering two tables from within the same Livewire component? If you are and you’re wiring the pagination to the same properties in your component then this would be expected behavior.

If you want multiple tables to work independently of each other, you’ll want to use multiple instances of your component.