Ask Your Question

Revision history [back]

No, it's not impossible to reach the entire array while using Laravel Inertia pagination. Inertia provides the ability to retrieve full result sets for paginated data by including a simple query parameter in the request.

For example, if you are using Laravel's default pagination, you can include "per_page=-1" in your request to retrieve all records in a single response without pagination.

Additionally, you may also consider updating your API or database query to return a more specific set of filtered data to reduce the size of the result set. This can improve the page's performance and reduce the amount of data you need to load.