Pagination inside modal
Any idea how to implement pagination inside modal?
It would be ideal to implement infinite scrolling, but this is still a dream.
i tried a way with pagination component but got redirect to -
https://demo.test/livewire/update?page=3
with error:
The GET method is not supported for route livewire/update. Supported methods: POST.
My code:
Action class
Template file
1 Reply
Solution