How to show a loading state with pagination when i change the page?

What seems to be the problem:
I use withPagination in my component. I want to show a loading state when i change the page. I want to use wire:target but what i have to use in wire:target for changing the page?

Hey, @mrmercan

You can try

wire:target="previousPage"

Or

wire:target="nextPage"
wire:target="gotoPage"

For More info take a look here:

1 Like

It worked. Thank you soo much.

Glade it worked!

Happy coding mate.

1 Like