Level 3
I got found kind of solution but not perfect.
https://github.com/livewire/livewire/issues/1209
CustomWithPagination class be used for two pagination.
The WithPagination trait should be able to be customized with page variable.
hi..
I have to use two components which use WithPagination ..something like modal pagination on pagination page.
But one '$page' variable ( on modal ) affect the url which are exposed by another '$page' variable ( on Basic Page ) ..
I guess I have to change variable name of '$page' of Modal layer.
How can I do it ?
I got found kind of solution but not perfect.
https://github.com/livewire/livewire/issues/1209
CustomWithPagination class be used for two pagination.
The WithPagination trait should be able to be customized with page variable.
Please or to participate in this conversation.