Have you tried this? https://inertiajs.com/remembering-state
Apr 22, 2021
5
Level 1
How to store state while paginating through results - Laravel Inertia Vue
Is it possible to store the state of the select all checkbox or individual row checkbox while paginating through the results? As the props are passed on to the frontend through Inertia my paginator is requesting the pagination data and urls of the pages to paginate, from my props and then through Inertia link, navigating between the urls, it just seems to be like an spa, but it never stores the state of the rows selected or the select all checkbox. How can we overcome that?

Please or to participate in this conversation.