vincent15000's avatar

How to go to a specifig page with pagination ?

Hello,

I'm testing InertiaJS with VueJS 3 and the Element-Plus CSS framework.

I can change the page size (number of items displayed) but I can't change the page which is displayed.

I can send a query with the page number to display, but this can work only if I can directly load a specitif page number.

Is it possible to do that in the controller ?

Thank you for your help.

V

0 likes
3 replies
vincent15000's avatar

I just found the solution : I have to set page=... in my URL.

Please or to participate in this conversation.